From fa5ac393196f14579d263c4ab46d40e682f8fe0e Mon Sep 17 00:00:00 2001 From: mhuen Date: Sat, 7 Sep 2024 12:10:06 -0500 Subject: [PATCH] Bump version number for release --- ic3_data/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ic3_data/__init__.py b/ic3_data/__init__.py index dbf0ed4..475eaf0 100644 --- a/ic3_data/__init__.py +++ b/ic3_data/__init__.py @@ -1,4 +1,4 @@ """Contains the package version number """ -__version__ = '1.0.0-dev' +__version__ = '1.0.1'