Skip to content

Commit 3d4efe2

Browse files
committed
Bump version: 0.0.7 → 0.0.8
1 parent 21d184d commit 3d4efe2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

my_project_template/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"""Top-level package for My Project Template."""
2727

2828
__organization__ = "NMDP/CIBMTR Bioinformatics"
29-
__version__ = "0.0.7"
29+
__version__ = "0.0.8"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.7
2+
current_version = 0.0.8
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build_include_dirs():
5353

5454
setup(
5555
name="py-graph-match",
56-
version="0.0.7",
56+
version="0.0.8",
5757
author="Pradeep Bashyal",
5858
author_email="[email protected]",
5959
python_requires=">=3.8",

0 commit comments

Comments
 (0)