From 3b7799e1b85030455c69a4795f3d99d6cda1e5a6 Mon Sep 17 00:00:00 2001 From: Cameron Irmas Date: Fri, 27 Oct 2023 15:20:19 -0700 Subject: [PATCH] Bump version to 2.0.0 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. --- hopp/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hopp/version.py b/hopp/version.py index 1bbbb5717..a3a95e912 100644 --- a/hopp/version.py +++ b/hopp/version.py @@ -1,3 +1,3 @@ """HOPP Version Number""" -__version__ = "1.0.0" +__version__ = "2.0.0"