Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 588951b

Browse files
authored
Version 0.1.9 (#107)
1 parent edcabe0 commit 588951b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
from orm.models import Model
1919

20-
__version__ = "0.1.8"
20+
__version__ = "0.1.9"
2121
__all__ = [
2222
"NoMatch",
2323
"MultipleMatches",

0 commit comments

Comments
 (0)