We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d15d9a commit 4ce92adCopy full SHA for 4ce92ad
modelx/__init__.py
@@ -20,7 +20,7 @@
20
21
"""
22
23
-VERSION = (0, 30, 0)
+VERSION = (0, 30, 1)
24
__version__ = ".".join([str(x) for x in VERSION])
25
from modelx.core.api import * # must come after __version__ assignment.
26
try:
0 commit comments