Skip to content

Commit

Permalink
DIST: Release v0.22.0
Browse files Browse the repository at this point in the history
      Fix #81
      Address #82
  • Loading branch information
fumitoh committed Jul 29, 2023
1 parent 892c737 commit c2387bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelx/__init__.py
Expand Up @@ -20,7 +20,7 @@
"""

VERSION = (0, 21, 0)
VERSION = (0, 22, 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 c2387bc

Please sign in to comment.