Skip to content

Commit

Permalink
Bump version to release for preCICE v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Oct 14, 2020
1 parent aa0c82e commit 4adbdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# this version should be in sync with the latest supported preCICE version
precice_version = version.Version("2.1.1") # 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
# this version number may be increased, if changes for the bindings are required
bindings_version = version.Version("1rc2")
bindings_version = version.Version("1")
APPVERSION = version.Version(str(precice_version) + "." + str(bindings_version))

PYTHON_BINDINGS_PATH = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit 4adbdde

Please sign in to comment.