We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a059d commit ad19c4eCopy full SHA for ad19c4e
VERSION
@@ -1,2 +1,2 @@
1
test=0.2.1
2
-prod=1.0.1
+prod=1.2.0
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "dbt-sqlx"
3
-version = "1.0.1"
+version = "1.1.0"
4
description = "CLI for converting DBT SQL models into multiple dialects."
5
authors = [{ name = "Nikhil Suthar", email = "[email protected]" }]
6
readme = "README.md"
src/dbt_sqlx/__init__.py
@@ -1 +1 @@
-__version__ = "1.0.1"
+__version__ = "1.1.0"
0 commit comments