diff --git a/setup.py b/setup.py index e1295e3e..3eaca4d2 100755 --- a/setup.py +++ b/setup.py @@ -4,14 +4,14 @@ setup( name='zenpy', packages=setuptools.find_packages(), - version='2.0.29', + version='2.0.30', description='Python wrapper for the Zendesk API', license='GPLv3', license_files = ('LICENSE'), author='Face Toe', author_email='facetoe@facetoe.com.au', url='https://github.com/facetoe/zenpy', - download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.29', + download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.30', install_requires=[ 'requests>=2.14.2', 'python-dateutil>=2.7.5',