Skip to content

Commit b52d304

Browse files
bump to 1.9.0rc1 (#762)
1 parent 8f6b1f0 commit b52d304

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dbt-athena-community/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers = [
2222
"Programming Language :: Python :: 3.12",
2323
]
2424
# 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"
25+
dependencies = ["dbt-athena==1.9.0rc1"]
26+
version = "1.9.0rc1"
2727
[project.urls]
2828
Homepage = "https://github.com/dbt-labs/dbt-athena/dbt-athena"
2929
Documentation = "https://docs.getdbt.com"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.9.0b1"
1+
version = "1.9.0rc1"

0 commit comments

Comments
 (0)