File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
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.8.2 "
47+ # release = "0.8.3 "
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.8.2
2+ current_version = 0.8.3
33message = Bump version to {new_version}
44commit = True
55tag = True
66
77[options]
8- package_dir =
8+ package_dir =
99 =src
1010packages = find:
1111
@@ -28,13 +28,13 @@ convention = numpy
2828
2929[tool:pytest]
3030testpaths = tests
31- norecursedirs =
31+ norecursedirs =
3232 migrations
33- python_files =
33+ python_files =
3434 test_*.py
3535 *_test.py
3636 tests.py
37- addopts =
37+ addopts =
3838 -ra
3939 --strict
4040 --doctest-modules
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = "codebots" ,
21- version = "0.8.2 " ,
21+ version = "0.8.3 " ,
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.8.2 '
3+ __version__ = '0.8.3 '
44
55import os
66import json
You can’t perform that action at this time.
0 commit comments