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 6b5db7d + f83621f commit 667b5b3Copy full SHA for 667b5b3
grim/__init__.py
@@ -26,4 +26,4 @@
26
"""Top-level package for py-grim."""
27
28
__organization__ = "NMDP/CIBMTR Bioinformatics"
29
-__version__ = "0.0.10"
+__version__ = "0.0.11"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.10
+current_version = 0.0.11
3
commit = True
4
tag = True
5
setup.py
@@ -52,7 +52,7 @@
52
53
setup(
54
name="py-graph-imputation",
55
- version="0.0.10",
+ version="0.0.11",
56
author="Pradeep Bashyal",
57
author_email="[email protected]",
58
python_requires=">=3.8",
0 commit comments