We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c716513 commit c5cb0e7Copy full SHA for c5cb0e7
grim/__init__.py
@@ -26,4 +26,4 @@
26
"""Top-level package for py-grim."""
27
28
__organization__ = "NMDP/CIBMTR Bioinformatics"
29
-__version__ = "0.0.4"
+__version__ = "0.0.5"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.4
+current_version = 0.0.5
3
commit = True
4
tag = True
5
setup.py
@@ -42,7 +42,7 @@
42
43
setup(
44
name="py-graph-imputation",
45
- version="0.0.4",
+ version="0.0.5",
46
author="Pradeep Bashyal",
47
author_email="[email protected]",
48
python_requires=">=3.8",
0 commit comments