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

Commit 64e9cde

Browse files
committed
Release 0.6.1
1 parent 3febb7a commit 64e9cde

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.6.0
2+
current_version = 0.6.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

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.6.0',
34+
version='0.6.1',
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.6.0'
16+
__version__ = '0.6.1'
1717
from .commands import COMMANDS

0 commit comments

Comments
 (0)