Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit bdcc212

Browse files
committed
Bump version: 0.5.8 → 0.6.0
1 parent 269da31 commit bdcc212

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.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.5.8
2+
current_version = 0.6.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def read(*paths):
3131

3232
setup(
3333
name='stackhut',
34-
version='0.5.8',
34+
version='0.6.0',
3535
description="Deploy classes as Microservices",
3636
long_description=read('readme_pip.rst'),
3737
license='Apache',

stackhut_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414

1515
# -*- coding: utf-8 -*-
16-
__version__ = '0.5.8'
16+
__version__ = '0.6.0'
1717
from .commands import COMMANDS

0 commit comments

Comments
 (0)