Skip to content

Commit 1a9b5cf

Browse files
committed
Update version
1 parent 0ac166d commit 1a9b5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
setup(
108108
name="PySCIPOpt",
109-
version="5.0.0",
109+
version="5.0.1",
110110
description="Python interface and modeling environment for SCIP",
111111
long_description=long_description,
112112
long_description_content_type="text/markdown",

src/pyscipopt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.0.0'
1+
__version__ = '5.0.1'

0 commit comments

Comments
 (0)