Skip to content

Commit 285588c

Browse files
committed
Updated version to 0.0.5.
1 parent bd67434 commit 285588c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
import requests
5656

5757

58-
__version__ = '0.0.4'
58+
__version__ = '0.0.5'
5959

6060

6161
class Session(requests.Session):

client/setup.py

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

3333
# pylint: disable=W0142
3434
setup(name='deis',
35-
version='0.0.4',
35+
version='0.0.5',
3636
license=APACHE_LICENSE,
3737
description='Command-line Client for Deis',
3838
author='OpDemand',

deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
the api, celerytasks, and web Django apps.
55
"""
66

7-
__version__ = '0.0.4'
7+
__version__ = '0.0.5'

0 commit comments

Comments
 (0)