Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
There was a mistake in uploading v0.1 which caused PyPI to consider it v1.0,
so we're bumping the version to be v2.0.0. The code remains unchanged.
  • Loading branch information
camirmas committed Oct 27, 2023
1 parent 319648d commit 3b7799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hopp/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""HOPP Version Number"""

__version__ = "1.0.0"
__version__ = "2.0.0"

0 comments on commit 3b7799e

Please sign in to comment.