Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
facetoe committed Dec 10, 2015
1 parent f27f633 commit eb29389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,13 +4,13 @@
setup(
name='zenpy',
packages=setuptools.find_packages(),
version='1.0.0',
version='1.0.1',
description='Python wrapper for the Zendesk API',
license='GPLv3',
author='Face Toe',
author_email='facetoe@facetoe.com.au',
url='https://github.com/facetoe/zenpy',
download_url='https://github.com/facetoe/zenpy/releases/tag/1.0.0',
download_url='https://github.com/facetoe/zenpy/releases/tag/1.0.1',
install_requires=[
'requests>=2.7.0',
'python-dateutil>=2.4.0',
Expand Down
2 changes: 1 addition & 1 deletion zenpy/__init__.py
Expand Up @@ -25,7 +25,7 @@ class Zenpy(object):
"""

headers = {'Content-type': 'application/json',
'User-Agent': 'Zenpy/1.0.0'}
'User-Agent': 'Zenpy/1.0.1'}

def __init__(self, subdomain, email=None, token=None, password=None, debug=False, session=None):

Expand Down

0 comments on commit eb29389

Please sign in to comment.