Skip to content

Commit f3154e6

Browse files
committed
Updated client version to 0.1.1 per release process.
1 parent 855fd0f commit f3154e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
# pylint: disable=W0142
3434
setup(name='deis',
35-
version='0.1.0',
35+
version='0.1.1',
3636
license=APACHE_LICENSE,
3737
description='Command-line Client for Deis',
3838
author='OpDemand',
3939
author_email='info@opdemand.com',
4040
url='https://github.com/opdemand/deis',
41-
keywords=['opdemand', 'deis', 'cloud', 'aws', 'ec2', 'heroku', 'docker'],
41+
keywords=['opdemand', 'deis', 'cloud', 'chef', 'docker', 'heroku', 'aws', 'ec2'],
4242
classifiers=[
4343
'Development Status :: 4 - Beta',
4444
'Environment :: Console',

0 commit comments

Comments
 (0)