From 8894230c5769e80f7128f34cad6eb0fef33fb1e9 Mon Sep 17 00:00:00 2001 From: pbashyal-nmdp Date: Thu, 22 Sep 2022 08:19:33 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.5=20=E2=86=92=200.0.6?= 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 7f8a955..f45a470 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.0.5" +__version__ = "0.0.6" diff --git a/setup.cfg b/setup.cfg index 5ac6d74..d573e50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.5 +current_version = 0.0.6 commit = True tag = True diff --git a/setup.py b/setup.py index 96f2b6f..bb8ff99 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name="py-graph-imputation", - version="0.0.5", + version="0.0.6", author="Pradeep Bashyal", author_email="pbashyal@nmdp.org", python_requires=">=3.8",