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