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

Commit af8f9e6

Browse files
committed
bump version to 0.8.0
1 parent cfb6709 commit af8f9e6

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.7.0'
17+
__version__ = '0.8.0'
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.7.0",
23+
version="0.8.0",
2424
author="René Moser",
2525
author_email="[email protected]",
2626
license="MIT",

0 commit comments

Comments
 (0)