Skip to content

Commit 472ba23

Browse files
authored
Up version for new pypi (#45)
It seems we missed cutting the v0.4 release on Github. Thus when I made the v0.4 not realizing v0.4 was pushed to pypi I created a naming issue. Pypi releases must have unique versions. My solution is to uplevel everything to v0.5 such that the new pypi version will be 0.1 + 0.4 (the current pypi version).
1 parent f96a889 commit 472ba23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfermionpsi4/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

1717
"""Define version number here and read it from setup.py automatically"""
18-
__version__ = "0.4"
18+
__version__ = "0.5"

0 commit comments

Comments
 (0)