File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4444# copyright = "2021, Francesco Ranaudo"
4545# author = "Francesco Ranaudo"
4646# # The full version, including alpha/beta/rc tags
47- # release = "0.9 .0"
47+ # release = "0.10 .0"
4848# # release = LooseVersion(sphinx_material.__version__).vstring
4949
5050# # -- General configuration ---------------------------------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9 .0
2+ current_version = 0.10 .0
33message = Bump version to {new_version}
44commit = True
55tag = True
@@ -52,4 +52,3 @@ replace = release = "{new_version}"
5252[bumpversion:file:src/codebots/__init__.py]
5353search = __version__ = ' {current_version}'
5454replace = __version__ = ' {new_version}'
55-
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = "codebots" ,
21- version = "0.9 .0" ,
21+ version = "0.10 .0" ,
2222 author = "Francesco Ranaudo" ,
23232424 python_requires = ">=3.5" ,
Original file line number Diff line number Diff line change 11__author__ = """Francesco Ranaudo"""
223- __version__ = '0.9 .0'
3+ __version__ = '0.10 .0'
44
55import os
66import json
You can’t perform that action at this time.
0 commit comments