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

Commit c302923

Browse files
authored
Version 0.2.1
1 parent aba7907 commit c302923

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, ModelRegistry
1919

20-
__version__ = "0.2.0"
20+
__version__ = "0.2.1"
2121
__all__ = [
2222
"NoMatch",
2323
"MultipleMatches",

0 commit comments

Comments
 (0)