Skip to content

Commit db3ce14

Browse files
Bump version: 0.1.0 → 0.1.1 (#39)
1 parent 03dc485 commit db3ce14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

grim/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"""Top-level package for py-grim."""
2727

2828
__organization__ = "NMDP/CIBMTR Bioinformatics"
29-
__version__ = "0.1.0"
29+
__version__ = "0.1.1"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
setup(
5454
name="py-graph-imputation",
55-
version="0.1.0",
55+
version="0.1.1",
5656
author="Pradeep Bashyal",
5757
author_email="[email protected]",
5858
python_requires=">=3.8",

0 commit comments

Comments
 (0)