Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Rzewski committed Feb 8, 2017
1 parent 890a790 commit cceee72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup

setup(name='sdcclient',
version='0.4.0',
version='0.5.0',
description='Python client for Sysdig Cloud',
url='http://github.com/draios/python-sdc-client',
author='sysdig Inc.',
author_email='[email protected]',
license='MIT',
packages=['sdcclient'],
install_requires=['requests'],
zip_safe=False)
zip_safe=False)

0 comments on commit cceee72

Please sign in to comment.