Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Jul 6, 2023
1 parent 18fefb3 commit 051a5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pivotal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from pivotal.errors import Infeasible, Unbounded


__version__ = "0.0.2"
__version__ = "0.0.3"
__all__ = ["Variable", "minimize", "maximize", "Infeasible", "Unbounded"]

0 comments on commit 051a5b8

Please sign in to comment.