Skip to content

Commit

Permalink
DIST: Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Jan 11, 2021
1 parent f6360f2 commit b0f427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

VERSION = (0, 12, 0, "dev")
VERSION = (0, 12, 0)
__version__ = ".".join([str(x) for x in VERSION])
from modelx.core.api import * # must come after __version__ assignment.
try:
Expand Down

0 comments on commit b0f427d

Please sign in to comment.