Skip to content

Commit

Permalink
🔖 version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Dec 15, 2022
1 parent 765faae commit 8d243f6
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.4.1"
__version__ = "1.5.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.4.1"
assert ormdantic.__version__ == "1.5.0"

0 comments on commit 8d243f6

Please sign in to comment.