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 0625431 commit 5fba69bCopy full SHA for 5fba69b
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.1"
+__version__ = "0.0.2"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.1
+current_version = 0.0.2
3
commit = True
4
tag = True
5
@@ -18,5 +18,4 @@ universal = 1
18
exclude = docs
19
20
[aliases]
21
-# Define setup.py command aliases here
22
test = pytest
setup.py
@@ -53,7 +53,7 @@ def build_include_dirs():
53
54
setup(
55
name="py-graph-match",
56
- version="0.0.1",
+ version="0.0.2",
57
author="Pradeep Bashyal",
58
author_email="[email protected]",
59
python_requires=">=3.8",
0 commit comments