Skip to content

Commit 5f7e16d

Browse files
committed
Switch master to v0.10.0.
1 parent 58a4db7 commit 5f7e16d

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
@@ -66,7 +66,7 @@
6666
import requests
6767
import yaml
6868

69-
__version__ = '0.9.0'
69+
__version__ = '0.10.0'
7070

7171

7272
locale.setlocale(locale.LC_ALL, '')

client/setup.py

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

2929

3030
setup(name='deis',
31-
version='0.9.0',
31+
version='0.10.0',
3232
license=APACHE_LICENSE,
3333
description='Command-line Client for Deis, the open PaaS',
3434
author='OpDemand',

controller/deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .celery import app # noqa
1010

1111

12-
__version__ = '0.9.0'
12+
__version__ = '0.10.0'

0 commit comments

Comments
 (0)