File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44
44
# copyright = "2021, Francesco Ranaudo"
45
45
# author = "Francesco Ranaudo"
46
46
# # The full version, including alpha/beta/rc tags
47
- # release = "0.8.4 "
47
+ # release = "0.9.0 "
48
48
# # release = LooseVersion(sphinx_material.__version__).vstring
49
49
50
50
# # -- General configuration ---------------------------------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.8.4
2
+ current_version = 0.9.0
3
3
message = Bump version to {new_version}
4
4
commit = True
5
5
tag = True
@@ -52,3 +52,4 @@ replace = release = "{new_version}"
52
52
[bumpversion:file:src/codebots/__init__.py]
53
53
search = __version__ = ' {current_version}'
54
54
replace = __version__ = ' {new_version}'
55
+
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = "codebots" ,
21
- version = "0.8.4 " ,
21
+ version = "0.9.0 " ,
22
22
author = "Francesco Ranaudo" ,
23
23
24
24
python_requires = ">=3.5" ,
Original file line number Diff line number Diff line change 1
1
__author__ = """Francesco Ranaudo"""
2
2
3
- __version__ = '0.8.4 '
3
+ __version__ = '0.9.0 '
4
4
5
5
import os
6
6
import json
You can’t perform that action at this time.
0 commit comments