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 d53936a commit 7673c13Copy full SHA for 7673c13
grim/__init__.py
@@ -26,4 +26,4 @@
26
"""Top-level package for py-grim."""
27
28
__organization__ = "NMDP/CIBMTR Bioinformatics"
29
-__version__ = "0.0.11"
+__version__ = "0.0.12"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.11
+current_version = 0.0.12
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.11",
+ version="0.0.12",
56
author="Pradeep Bashyal",
57
author_email="[email protected]",
58
python_requires=">=3.8",
0 commit comments