Skip to content

Commit 38aec5a

Browse files
committed
Bump version: 36.0.4 → 36.1.0 [skip ci]
1 parent 15fd365 commit 38aec5a

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 = 36.0.4
2+
current_version = 36.1.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

cg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import pkg_resources
22

33
__title__ = "cg"
4-
__version__ = "36.0.4"
4+
__version__ = "36.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def parse_requirements(req_path="./requirements.txt"):
4242

4343
setup(
4444
name=NAME,
45-
version="36.0.4",
45+
version="36.1.0",
4646
description=DESCRIPTION,
4747
long_description=LONG_DESCRIPTION,
4848
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)