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

Commit a3389fb

Browse files
committed
Bump version: 0.5.7 → 0.5.8
1 parent c2ea8bd commit a3389fb

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

setup.py

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

2929
setup(
3030
name='stackhut',
31-
version='0.5.7',
31+
version='0.5.8',
3232
description="Run your software in the cloud",
3333
long_description=(read('README.rst') + '\n\n' +
3434
read('HISTORY.rst').replace('.. :changelog:', '') + '\n\n' +

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.7'
16+
__version__ = '0.5.8'
1717
from .commands import COMMANDS

0 commit comments

Comments
 (0)