We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac166d commit 1a9b5cfCopy full SHA for 1a9b5cf
setup.py
@@ -106,7 +106,7 @@
106
107
setup(
108
name="PySCIPOpt",
109
- version="5.0.0",
+ version="5.0.1",
110
description="Python interface and modeling environment for SCIP",
111
long_description=long_description,
112
long_description_content_type="text/markdown",
src/pyscipopt/_version.py
@@ -1 +1 @@
1
-__version__ = '5.0.0'
+__version__ = '5.0.1'
0 commit comments