Skip to content

Commit

Permalink
Synchronise version in pyproject.yml
Browse files Browse the repository at this point in the history
pyproject.toml is not the source of truth for the current version in our pypi publish workflow. Rather, it uses the latest git tag. That's why the version being out of sync hasn't caused issues until now.
  • Loading branch information
Jesse authored Aug 9, 2023
1 parent b4c4a6b commit d538d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-sql-cli"
version = "0.1.5"
version = "0.3.3"
description = "A DBCLI client for Databricks SQL"
authors = ["Databricks SQL CLI Maintainers <[email protected]>"]
packages = [{include = "dbsqlcli"}]
Expand Down

0 comments on commit d538d24

Please sign in to comment.