We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beccfa0 commit 9c41054Copy full SHA for 9c41054
src/allagash/__init__.py
@@ -1,4 +1,4 @@
1
from .problem import Problem, UnboundedException, UndefinedException, InfeasibleException, NotSolvedException
2
from .coverage import Coverage
3
4
-__version__ = "0.0.9"
+__version__ = "0.1.0"
0 commit comments