Skip to content

Commit 813efa8

Browse files
Update version number
1 parent 453e904 commit 813efa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# this version should be in sync with the latest supported preCICE version
2121
precice_version = version.Version("2.0.0") # todo: should be replaced with precice.get_version(), if possible or we should add an assertion that makes sure that the version of preCICE is actually supported
2222
# this version number may be increased, if changes for the bindings are required
23-
bindings_version = version.Version("1")
23+
bindings_version = version.Version("2rc1")
2424
APPVERSION = version.Version(str(precice_version) + "." + str(bindings_version))
2525

2626
PYTHON_BINDINGS_PATH = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)