We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f44062 commit 98acb5dCopy full SHA for 98acb5d
database_setup_tools/__init__.py
@@ -1 +1 @@
1
-__version__='1.2.0'
+__version__='1.3.0'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "database-setup-tools"
3
-version = "1.2.0"
+version = "1.3.0"
4
description = "Tools to easily setup databases opinionated towards FastAPI and SQLModel"
5
authors = ["Jonas Scholl <jonas@code-specialist.com>", "Yannic Schröer <yannic@code-specialist.com>"]
6
license = "MIT"
0 commit comments