Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 25, 2024
1 parent 1cb1994 commit 9e2d740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ilpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .event_data import GurobiData as GurobiData
from .event_data import SCIPData as SCIPData

__version__ = "0.4.0.dev0"
__version__ = "0.4.1"
__all__ = [ # noqa: F405
"Any",
"Binary",
Expand Down

0 comments on commit 9e2d740

Please sign in to comment.