Skip to content

Commit ce7d8ea

Browse files
Merge pull request #9 from pbashyal-nmdp/clean_up_grim_directory
Bump version: 0.0.5 → 0.0.6
2 parents 181b484 + 8894230 commit ce7d8ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

grim/__init__.py

Lines changed: 1 addition & 1 deletion
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.0.5"
29+
__version__ = "0.0.6"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.5
2+
current_version = 0.0.6
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
setup(
4444
name="py-graph-imputation",
45-
version="0.0.5",
45+
version="0.0.6",
4646
author="Pradeep Bashyal",
4747
author_email="[email protected]",
4848
python_requires=">=3.8",

0 commit comments

Comments
 (0)