Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptr314 committed Aug 18, 2023
1 parent bcf75a6 commit 7aa9b24
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
Expand Up @@ -4,14 +4,14 @@
setup(
name='zenpy',
packages=setuptools.find_packages(),
version='2.0.28',
version='2.0.29',
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.28',
download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.29',
install_requires=[
'requests>=2.14.2',
'python-dateutil>=2.7.5',
Expand Down

0 comments on commit 7aa9b24

Please sign in to comment.