Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Sep 3, 2021
1 parent b23b1ff commit 5cb6ded
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2
current_version = 0.7.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
year = "2021"
author = "Subhash Bhushan C"
copyright = "{0}, {1}".format(year, author)
version = release = "0.6.2"
version = release = "0.7.0"

pygments_style = "autumn"
templates_path = ["."]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def read(*names, **kwargs):

setup(
name="protean",
version="0.6.2",
version="0.7.0",
license="BSD 3-Clause License",
description="Protean Application Framework",
long_description="%s\n%s"
Expand Down
2 changes: 1 addition & 1 deletion src/protean/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.2"
__version__ = "0.7.0"

from .domain import Domain
from .domain.config import Config as Config
Expand Down

0 comments on commit 5cb6ded

Please sign in to comment.