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

Commit 6201865

Browse files
committed
release 0.6.1
1 parent 00b1284 commit 6201865

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudscale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from .error import CloudscaleException, CloudscaleApiException # noqa F401
1616

17-
__version__ = '0.6.0'
17+
__version__ = '0.6.1'
1818

1919
APP_NAME = 'cloudscale-cli'
2020
CLOUDSCALE_API_ENDPOINT = 'https://api.cloudscale.ch/v1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="cloudscale",
23-
version="0.6.0",
23+
version="0.6.1",
2424
author="René Moser",
2525
author_email="[email protected]",
2626
license="MIT",

0 commit comments

Comments
 (0)