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 aab8077 commit ddff148Copy full SHA for ddff148
my_project_template/__init__.py
@@ -26,4 +26,4 @@
26
"""Top-level package for My Project Template."""
27
28
__organization__ = "NMDP/CIBMTR Bioinformatics"
29
-__version__ = "0.0.6"
+__version__ = "0.0.7"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.6
+current_version = 0.0.7
3
commit = True
4
tag = True
5
setup.py
@@ -53,7 +53,7 @@ def build_include_dirs():
53
54
setup(
55
name="py-graph-match",
56
- version="0.0.6",
+ version="0.0.7",
57
author="Pradeep Bashyal",
58
author_email="pbashyal@nmdp.org",
59
python_requires=">=3.8",
0 commit comments