Skip to content
Snippets Groups Projects
Commit 9e41ecec authored by Christian Witzler's avatar Christian Witzler
Browse files

Release pvlink 0.2.3

parent e900a579
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
# Copyright (c) Juelich Supercomputing Centre (JSC). # Copyright (c) Juelich Supercomputing Centre (JSC).
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
version_info = (0, 2, 3, 'dev') version_info = (0, 2, 3)
__version__ = ".".join(map(str, version_info)) __version__ = ".".join(map(str, version_info))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment