Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franaudo committed May 10, 2021
1 parent 1dce505 commit 511ff34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# copyright = "2021, Francesco Ranaudo"
# author = "Francesco Ranaudo"
# # The full version, including alpha/beta/rc tags
# release = "0.8.4"
# release = "0.9.0"
# # release = LooseVersion(sphinx_material.__version__).vstring

# # -- General configuration ---------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.4
current_version = 0.9.0
message = Bump version to {new_version}
commit = True
tag = True
Expand Down Expand Up @@ -52,3 +52,4 @@ replace = release = "{new_version}"
[bumpversion:file:src/codebots/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="codebots",
version="0.8.4",
version="0.9.0",
author="Francesco Ranaudo",
author_email="[email protected]",
python_requires=">=3.5",
Expand Down
2 changes: 1 addition & 1 deletion src/codebots/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = """Francesco Ranaudo"""
__email__ = '[email protected]'
__version__ = '0.8.4'
__version__ = '0.9.0'

import os
import json
Expand Down

0 comments on commit 511ff34

Please sign in to comment.