Skip to content

Commit cf6156a

Browse files
committed
chore: Version v1.0.0 bump
1 parent 14709ee commit cf6156a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "airflow-dbt-python"
3-
version = "1.0.0b2"
3+
version = "1.0.0"
44
description = "A collection of Airflow operators, hooks, and utilities to execute dbt commands"
55
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
66
license = "MIT"
77
readme = "README.md"
88
repository = "https://github.com/tomasfarias/airflow-dbt-python"
99
classifiers = [
10-
"Development Status :: 4 - Beta",
10+
"Development Status :: 5 - Production/Stable",
1111

1212
"Intended Audience :: Developers",
1313

@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222

2323
[tool.poetry.dependencies]
24-
python = ">=3.7.2, <3.12.0"
24+
python = ">=3.7.2"
2525

2626
apache-airflow = { version = ">=2.0", optional = true }
2727
apache-airflow-providers-amazon = { version = ">=3.0.0", optional = true }

0 commit comments

Comments
 (0)