Skip to content

Commit d538d24

Browse files
author
Jesse
authored
Synchronise version in pyproject.yml
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.
1 parent b4c4a6b commit d538d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sql-cli"
3-
version = "0.1.5"
3+
version = "0.3.3"
44
description = "A DBCLI client for Databricks SQL"
55
authors = ["Databricks SQL CLI Maintainers <dbsqlcli-maintainers@databricks.com>"]
66
packages = [{include = "dbsqlcli"}]

0 commit comments

Comments
 (0)