From 932a49d3c819eafe8ec6db8859bbf075248b3d87 Mon Sep 17 00:00:00 2001 From: Pradeep Bashyal Date: Wed, 8 Jan 2025 09:38:29 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grim/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grim/__init__.py b/grim/__init__.py index 4669c38..37f08f2 100644 --- a/grim/__init__.py +++ b/grim/__init__.py @@ -26,4 +26,4 @@ """Top-level package for py-grim.""" __organization__ = "NMDP/CIBMTR Bioinformatics" -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/setup.cfg b/setup.cfg index 5496d2f..ed805ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index a521ebe..378972f 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setup( name="py-graph-imputation", - version="0.1.0", + version="0.1.1", author="Pradeep Bashyal", author_email="pbashyal@nmdp.org", python_requires=">=3.8",