We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd67434 commit 285588cCopy full SHA for 285588c
3 files changed
client/deis.py
@@ -55,7 +55,7 @@
55
import requests
56
57
58
-__version__ = '0.0.4'
+__version__ = '0.0.5'
59
60
61
class Session(requests.Session):
client/setup.py
@@ -32,7 +32,7 @@
32
33
# pylint: disable=W0142
34
setup(name='deis',
35
- version='0.0.4',
+ version='0.0.5',
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