Skip to content

Commit

Permalink
Bump version: 36.0.4 → 36.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
clingen-sthlm committed Jun 14, 2023
1 parent 15fd365 commit 38aec5a
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 = 36.0.4
current_version = 36.1.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion cg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pkg_resources

__title__ = "cg"
__version__ = "36.0.4"
__version__ = "36.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def parse_requirements(req_path="./requirements.txt"):

setup(
name=NAME,
version="36.0.4",
version="36.1.0",
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 38aec5a

Please sign in to comment.