Skip to content

Commit

Permalink
Bump version: 2.0.23 → 2.0.24 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
clingen-sthlm committed Apr 4, 2024
1 parent c9d9e6e commit 7b9556a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.23
current_version = 2.0.24
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion genotype_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.23"
__version__ = "2.0.24"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="genotype_api",
version="2.0.23",
version="2.0.24",
description="",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7b9556a

Please sign in to comment.