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 f7eeed7 commit 9ebb32dCopy full SHA for 9ebb32d
database_setup_tools/__init__.py
@@ -1 +1 @@
1
-__version__='1.0.0'
+__version__='1.0.1'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "database-setup-tools"
3
-version = "1.0.0"
+version = "1.0.1"
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