Skip to content

Commit 9a56502

Browse files
Bump version: 1.1.2 → 1.1.3
1 parent a7eddca commit 9a56502

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 = 1.1.2
2+
current_version = 1.1.3
33
commit = True
44

55
[bumpversion:file:src/assistant_improve_toolkit/version.py]

setup.py

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

99
import setuptools
1010

11-
__version__ = '1.1.2'
11+
__version__ = '1.1.3'
1212

1313
# Convert README.md to README.rst for pypi
1414
try:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '__version__ = '1.1.2''
1+
__version__ = '__version__ = '1.1.3''

0 commit comments

Comments
 (0)