Skip to content

Commit f850e0a

Browse files
committed
Bump version: 2.0.6 → 2.0.7 [skip ci]
1 parent becdd44 commit f850e0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.6
2+
current_version = 2.0.7
33
commit = True
44
tag = True
55
tag_name = v{new_version}

genotype_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.6"
1+
__version__ = "2.0.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="genotype_api",
16-
version="2.0.6",
16+
version="2.0.7",
1717
description="",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)