diff --git a/dbt-athena-community/pyproject.toml b/dbt-athena-community/pyproject.toml index c0a7e9b8..a6f26907 100644 --- a/dbt-athena-community/pyproject.toml +++ b/dbt-athena-community/pyproject.toml @@ -22,8 +22,8 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] # these versions should always match and they both should match the local version of dbt-athena -dependencies = ["dbt-athena==1.9.0rc1"] -version = "1.9.0rc1" +dependencies = ["dbt-athena==1.9.0"] +version = "1.9.0" [project.urls] Homepage = "https://github.com/dbt-labs/dbt-athena/dbt-athena" Documentation = "https://docs.getdbt.com" diff --git a/dbt-athena/pyproject.toml b/dbt-athena/pyproject.toml index 27b84498..1353ccda 100644 --- a/dbt-athena/pyproject.toml +++ b/dbt-athena/pyproject.toml @@ -23,8 +23,8 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies=[ - "dbt-adapters>=1.0.0b2,<2.0", - "dbt-common>=1.0.0b2,<2.0", + "dbt-adapters>=1.0.0,<2.0", + "dbt-common>=1.0.0,<2.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0", "boto3>=1.28", diff --git a/dbt-athena/src/dbt/adapters/athena/__version__.py b/dbt-athena/src/dbt/adapters/athena/__version__.py index c70591d8..7aba6409 100644 --- a/dbt-athena/src/dbt/adapters/athena/__version__.py +++ b/dbt-athena/src/dbt/adapters/athena/__version__.py @@ -1 +1 @@ -version = "1.9.0rc1" +version = "1.9.0"