diff --git a/grim/__init__.py b/grim/__init__.py index 8245612..fae0c67 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.9" +__version__ = "0.0.10" diff --git a/setup.cfg b/setup.cfg index 5526967..01fb94a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.9 +current_version = 0.0.10 commit = True tag = True diff --git a/setup.py b/setup.py index 8c5a4f4..ba91f7e 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setup( name="py-graph-imputation", - version="0.0.9", + version="0.0.10", author="Pradeep Bashyal", author_email="pbashyal@nmdp.org", python_requires=">=3.8",