Skip to content

Commit 19de32e

Browse files
authored
Version 0.3.0 (#129)
1 parent 3e1205f commit 19de32e

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
@@ -22,7 +22,7 @@
2222
)
2323
from orm.models import Model, ModelRegistry
2424

25-
__version__ = "0.2.1"
25+
__version__ = "0.3.0"
2626
__all__ = [
2727
"CASCADE",
2828
"RESTRICT",

0 commit comments

Comments
 (0)