Skip to content

Commit d071885

Browse files
committed
Updated version strings to 0.1.0.
1 parent d68da05 commit d071885

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
@@ -63,7 +63,7 @@
6363
import requests
6464
import tempfile
6565

66-
__version__ = '0.0.8'
66+
__version__ = '0.1.0'
6767

6868

6969
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.8',
35+
version='0.1.0',
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.8'
7+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)