Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 05da42f

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent ffb9826 commit 05da42f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
tag = False
44
commit = True
55

66
[bumpversion:file:setup.py]
77
search = version='{current_version}'
8-
replace = version='{new_version}'
8+
replace = version='{new_version}'

setup.py

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

1010
setup(
1111
name ='rcpchgrowth-python-cli',
12-
version='1.1.0',
12+
version='1.1.1',
1313
author ='Simon Chapman',
1414
author_email ='eatyourpeasapps@gmail.com',
1515
url ='https://github.com/rcpch/rcpchgrowth-python-cli',

0 commit comments

Comments
 (0)