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.
2 parents 181b484 + 8894230 commit ce7d8eaCopy full SHA for ce7d8ea
grim/__init__.py
@@ -26,4 +26,4 @@
26
"""Top-level package for py-grim."""
27
28
__organization__ = "NMDP/CIBMTR Bioinformatics"
29
-__version__ = "0.0.5"
+__version__ = "0.0.6"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.5
+current_version = 0.0.6
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.5",
+ version="0.0.6",
46
author="Pradeep Bashyal",
47
author_email="[email protected]",
48
python_requires=">=3.8",
0 commit comments