We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68da05 commit d071885Copy full SHA for d071885
3 files changed
client/deis.py
@@ -63,7 +63,7 @@
63
import requests
64
import tempfile
65
66
-__version__ = '0.0.8'
+__version__ = '0.1.0'
67
68
69
class Session(requests.Session):
client/setup.py
@@ -32,7 +32,7 @@
32
33
# pylint: disable=W0142
34
setup(name='deis',
35
- version='0.0.8',
+ version='0.1.0',
36
license=APACHE_LICENSE,
37
description='Command-line Client for Deis',
38
author='OpDemand',
deis/__init__.py
@@ -4,4 +4,4 @@
4
the api, celerytasks, and web Django apps.
5
"""
6
7
0 commit comments