Skip to content

Commit

Permalink
πŸ”– version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Jun 3, 2023
1 parent 778732c commit 619b275
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.5.1"
__version__ = "1.6.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.5.1"
assert ormdantic.__version__ == "1.6.0"

1 comment on commit 619b275

@vercel
Copy link

@vercel vercel bot commented on 619b275 Jun 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ormdantic – ./

ormdantic-git-main-yezz123.vercel.app
ormdantic.vercel.app
ormdantic-yezz123.vercel.app
ormdantic.yezz.me

Please sign in to comment.