Skip to content

Commit e158329

Browse files
author
PyPI Poetry Publish Bot
committed
Change version to 1.1.0
1 parent bff78a5 commit e158329

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

database_setup_tools/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
__version__ = "1.0.1"
2-
3-
from .session_manager import SessionManager
4-
from .setup import DatabaseSetup
1+
__version__='1.1.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "database-setup-tools"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Tools to easily setup databases opinionated towards FastAPI and SQLModel"
55
authors = ["Jonas Scholl <jonas@code-specialist.com>", "Yannic Schröer <yannic@code-specialist.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)