Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Updated version to 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Aug 6, 2013
1 parent bd67434 commit 285588c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/deis.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
import requests


__version__ = '0.0.4'
__version__ = '0.0.5'


class Session(requests.Session):
Expand Down
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# pylint: disable=W0142
setup(name='deis',
version='0.0.4',
version='0.0.5',
license=APACHE_LICENSE,
description='Command-line Client for Deis',
author='OpDemand',
Expand Down
2 changes: 1 addition & 1 deletion deis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
the api, celerytasks, and web Django apps.
"""

__version__ = '0.0.4'
__version__ = '0.0.5'

0 comments on commit 285588c

Please sign in to comment.