From 693602831b762c050e40d4f1ed2a81e5a73410f3 Mon Sep 17 00:00:00 2001 From: Samkeet Jain Date: Fri, 6 Sep 2024 10:55:52 +0530 Subject: [PATCH] version bump --- basepair/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basepair/__init__.py b/basepair/__init__.py index e2c6c57..7070224 100644 --- a/basepair/__init__.py +++ b/basepair/__init__.py @@ -12,7 +12,7 @@ # Exposing the storage wrapper __title__ = 'basepair' -__version__ = '2.1.10' +__version__ = '2.1.10rc1' __copyright__ = 'Copyright [2017] - [2024] Basepair INC'