Skip to content

Commit

Permalink
Change major version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Feb 29, 2024
1 parent 66b34ad commit 51360bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Beta",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

setup(
name="PySCIPOpt",
version="4.4.0",
version="5.0.0",
description="Python interface and modeling environment for SCIP",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/pyscipopt/scip.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include "relax.pxi"
include "nodesel.pxi"

# recommended SCIP version; major version is required
MAJOR = 8
MAJOR = 9
MINOR = 0
PATCH = 0

Expand Down

0 comments on commit 51360bd

Please sign in to comment.