Skip to content

Commit

Permalink
🔖 version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Oct 21, 2022
1 parent 9166f11 commit b00c80f
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.3.0"
__version__ = "1.4.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.3.0"
assert ormdantic.__version__ == "1.4.0"

0 comments on commit b00c80f

Please sign in to comment.