databricks-sql-cli
databricks-sql-cli copied to clipboard
Change the version in pyproject.toml to be semantically correct.
The current string (0.1.x) makes commands like poetry install to fail. Because the version is irrelevant to our release processes, I updated it to be 0.0.0.
We should consider keeping it up to date, but for now this should be enough to make the commands work.