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

Commit c6b9c0e

Browse files
authored
Version 0.3.1 (#136)
1 parent a9915f8 commit c6b9c0e

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.3.0"
25+
__version__ = "0.3.1"
2626
__all__ = [
2727
"CASCADE",
2828
"RESTRICT",

0 commit comments

Comments
 (0)