Skip to content

Commit 4d6029e

Browse files
committed
Bump version to 0.9.0
1 parent 49985c7 commit 4d6029e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# copyright = "2021, Francesco Ranaudo"
4545
# author = "Francesco Ranaudo"
4646
# # The full version, including alpha/beta/rc tags
47-
# release = "0.8.4"
47+
# release = "0.9.0"
4848
# # release = LooseVersion(sphinx_material.__version__).vstring
4949

5050
# # -- General configuration ---------------------------------------------

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.4
2+
current_version = 0.9.0
33
message = Bump version to {new_version}
44
commit = True
55
tag = True
@@ -52,3 +52,4 @@ replace = release = "{new_version}"
5252
[bumpversion:file:src/codebots/__init__.py]
5353
search = __version__ = '{current_version}'
5454
replace = __version__ = '{new_version}'
55+

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.8.4",
21+
version="0.9.0",
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.8.4'
3+
__version__ = '0.9.0'
44

55
import os
66
import json

0 commit comments

Comments
 (0)