Skip to content

Commit 390b9e1

Browse files
committed
Bump version: 0.7.0 → 0.8.0
1 parent b7883d4 commit 390b9e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.0
2+
current_version = 0.8.0
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
year = "2021"
2929
author = "Subhash Bhushan C"
3030
copyright = "{0}, {1}".format(year, author)
31-
version = release = "0.7.0"
31+
version = release = "0.8.0"
3232

3333
pygments_style = "autumn"
3434
templates_path = ["."]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def read(*names, **kwargs):
8888

8989
setup(
9090
name="protean",
91-
version="0.7.0",
91+
version="0.8.0",
9292
license="BSD 3-Clause License",
9393
description="Protean Application Framework",
9494
long_description="%s\n%s"

src/protean/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.7.0"
1+
__version__ = "0.8.0"
22

33
from .core.aggregate import BaseAggregate
44
from .core.application_service import BaseApplicationService

0 commit comments

Comments
 (0)