We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6b1f0 commit b52d304Copy full SHA for b52d304
dbt-athena-community/pyproject.toml
@@ -22,8 +22,8 @@ classifiers = [
22
"Programming Language :: Python :: 3.12",
23
]
24
# these versions should always match and they both should match the local version of dbt-athena
25
-dependencies = ["dbt-athena==1.9.0b1"]
26
-version = "1.9.0b1"
+dependencies = ["dbt-athena==1.9.0rc1"]
+version = "1.9.0rc1"
27
[project.urls]
28
Homepage = "https://github.com/dbt-labs/dbt-athena/dbt-athena"
29
Documentation = "https://docs.getdbt.com"
dbt-athena/src/dbt/adapters/athena/__version__.py
@@ -1 +1 @@
1
0 commit comments