Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1b4af0

Browse files
committed
Bump version to 0.8.3
1 parent ddac282 commit c1b4af0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.2"
47+
# release = "0.8.3"
4848
# # release = LooseVersion(sphinx_material.__version__).vstring
4949

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

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[bumpversion]
2-
current_version = 0.8.2
2+
current_version = 0.8.3
33
message = Bump version to {new_version}
44
commit = True
55
tag = True
66

77
[options]
8-
package_dir =
8+
package_dir =
99
=src
1010
packages = find:
1111

@@ -28,13 +28,13 @@ convention = numpy
2828

2929
[tool:pytest]
3030
testpaths = 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

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

55
import os
66
import json

0 commit comments

Comments
 (0)