Skip to content

Commit 512e053

Browse files
authored
Merge pull request #429 from ExaWorks/create_psij_dir
Ensure .psij dir exists before writing key file to it
2 parents a6205d2 + 6a3be98 commit 512e053

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.9.3

psij-ci-setup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ check_key() {
249249
read -n1 RESPONSE
250250
RESPONSE=${RESPONSE^}
251251
done
252+
mkdir -p ~/.psij
252253
echo "$KEY" > ~/.psij/key
253254
chmod 600 ~/.psij/key
254255
DONE=1

src/psij/version.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""This module stores the current version of this library."""
22

3-
# Use PEP 440 for this
4-
#: This is a global constant with the PSI/J Python version number
5-
VERSION = '0.9.0'
3+
# Do not change this file manually. It is updated automatically by the release script.
4+
VERSION = '0.9.3'

0 commit comments

Comments
 (0)