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.
2 parents a6205d2 + 6a3be98 commit 512e053Copy full SHA for 512e053
RELEASE
@@ -1 +1 @@
1
-0.9.0
+0.9.3
psij-ci-setup
@@ -249,6 +249,7 @@ check_key() {
249
read -n1 RESPONSE
250
RESPONSE=${RESPONSE^}
251
done
252
+ mkdir -p ~/.psij
253
echo "$KEY" > ~/.psij/key
254
chmod 600 ~/.psij/key
255
DONE=1
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