We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8ce61 commit 0071303Copy full SHA for 0071303
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "SQLift"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = "Simple CLI migration tool for SQL databases"
5
license = "MIT"
6
authors = ["SpaceShaman <spaceshaman@tuta.io>"]
@@ -32,4 +32,4 @@ requires = ["poetry-core"]
32
build-backend = "poetry.core.masonry.api"
33
34
[tool.poetry.scripts]
35
-sqlift = "sqlift.main:app"
+sqlift = "sqlift.main:app"
0 commit comments