Skip to content

Commit ad19c4e

Browse files
author
Nikhil Suthar
committed
🔖 Release v1.1.0
1 parent 24a059d commit ad19c4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
test=0.2.1
2-
prod=1.0.1
2+
prod=1.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dbt-sqlx"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "CLI for converting DBT SQL models into multiple dialects."
55
authors = [{ name = "Nikhil Suthar", email = "[email protected]" }]
66
readme = "README.md"

src/dbt_sqlx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)