Skip to content

Commit

Permalink
DIST: Release v0.26.0
Browse files Browse the repository at this point in the history
* Close #117
* Close #122
* Close #130
  • Loading branch information
fumitoh committed Jul 15, 2024
1 parent 7735d7b commit 21d9cf7
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, 25, 1)
VERSION = (0, 26, 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 21d9cf7

Please sign in to comment.