Skip to content

Commit f858451

Browse files
committed
Bump version: 0.8.0 → 0.9.0
1 parent 7c492c1 commit f858451

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.8.0
2+
current_version = 0.9.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.8.0"
31+
version = release = "0.9.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
@@ -93,7 +93,7 @@ def read(*names, **kwargs):
9393

9494
setup(
9595
name="protean",
96-
version="0.8.0",
96+
version="0.9.0",
9797
license="BSD 3-Clause License",
9898
description="Protean Application Framework",
9999
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.8.0"
1+
__version__ = "0.9.0"
22

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

0 commit comments

Comments
 (0)