Skip to content

Commit 8b5e000

Browse files
committed
Bump version to 0.11.1
1 parent 6482fec commit 8b5e000

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

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

1111
copyright = "2021, Francesco Ranaudo"
1212
author = "Francesco Ranaudo"
13-
release = "0.11.0"
13+
release = "0.11.1"
1414
# # The full version, including alpha/beta/rc tags
1515
# release = LooseVersion(sphinx_material.__version__).vstring
1616

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.0
2+
current_version = 0.11.1
33
message = Bump version to {new_version}
44
commit = True
55
tag = True

setup.py

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

1919
setup(
2020
name="codebots",
21-
version="0.11.0",
21+
version="0.11.1",
2222
author="Francesco Ranaudo",
2323
author_email="[email protected]",
2424
python_requires=">=3.5",

src/codebots/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = """Francesco Ranaudo"""
22
__email__ = '[email protected]'
3-
__version__ = '0.11.0'
3+
__version__ = '0.11.1'
44

55
import os
66
import json

0 commit comments

Comments
 (0)