Skip to content

Commit

Permalink
🔖 Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Aug 22, 2022
1 parent 6b8c021 commit d0687dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ormdantic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""asynchronous ORM that uses pydantic models to represent database tables ✨"""

__version__ = "1.0.0"
__version__ = "1.1.0"

from ormdantic.orm import Ormdantic

Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version() -> None:
assert ormdantic.__version__ == "1.0.0"
assert ormdantic.__version__ == "1.1.0"

0 comments on commit d0687dc

Please sign in to comment.