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 becdd44 commit f850e0aCopy full SHA for f850e0a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.6
+current_version = 2.0.7
3
commit = True
4
tag = True
5
tag_name = v{new_version}
genotype_api/__init__.py
@@ -1 +1 @@
-__version__ = "2.0.6"
+__version__ = "2.0.7"
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="genotype_api",
16
- version="2.0.6",
+ version="2.0.7",
17
description="",
18
long_description=long_description,
19
long_description_content_type="text/markdown",
0 commit comments