We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4961f69 commit 7513c80Copy full SHA for 7513c80
RELEASE
@@ -1 +1 @@
1
-0.9.0
+0.9.3
src/psij/version.py
@@ -1,5 +1,4 @@
"""This module stores the current version of this library."""
2
3
-# Use PEP 440 for this
4
-#: This is a global constant with the PSI/J Python version number
5
-VERSION = '0.9.0'
+# Do not change this file manually. It is updated automatically by the release script.
+VERSION = '0.9.3'
0 commit comments