Skip to content

Commit 0071303

Browse files
committed
⬆️ (pyproject.toml): bump version from 0.2.2 to 0.2.3 to release new changes
1 parent 3c8ce61 commit 0071303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "SQLift"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Simple CLI migration tool for SQL databases"
55
license = "MIT"
66
authors = ["SpaceShaman <spaceshaman@tuta.io>"]
@@ -32,4 +32,4 @@ requires = ["poetry-core"]
3232
build-backend = "poetry.core.masonry.api"
3333

3434
[tool.poetry.scripts]
35-
sqlift = "sqlift.main:app"
35+
sqlift = "sqlift.main:app"

0 commit comments

Comments
 (0)