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 78fd33e commit b902c31Copy full SHA for b902c31
database_setup_tools/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.1.0"
+__version__='1.2.0'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "database-setup-tools"
3
-version = "1.1.0"
+version = "1.2.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