Skip to content

Commit 9eb3a44

Browse files
authored
Merge pull request #312 from ExaWorks/post_release_fix
Adding post release to override botched release on pypi
2 parents 2c39e0a + 66ce505 commit 9eb3a44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.0.post1

src/psij/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<Major>.<Minor>.<maintenance>[alpha/beta/..]
44
Alphas will be numbered like this -> 1.0.0-a0
55
"""
6-
VERSION = '0.1.0'
6+
VERSION = '0.1.0.post1'

0 commit comments

Comments
 (0)