File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project]
66name = "zenpy"
7- version = "2.0.56 "
7+ version = "2.0.57 "
88authors = [
99 { name="William Coe", email="facetoe@facetoe.com.au" },
1010]
Original file line number Diff line number Diff line change 77setup (
88 name = 'zenpy' ,
99 packages = setuptools .find_packages (),
10- version = '2.0.56 ' ,
10+ version = '2.0.57 ' ,
1111 description = 'Python wrapper for the Zendesk API' ,
1212 long_description = long_description ,
1313 long_description_content_type = 'text/markdown' ,
1616 author = 'Face Toe' ,
1717 author_email = 'facetoe@facetoe.com.au' ,
1818 url = 'https://github.com/facetoe/zenpy' ,
19- download_url = 'https://github.com/facetoe/zenpy/releases/tag/2.0.56 ' ,
19+ download_url = 'https://github.com/facetoe/zenpy/releases/tag/2.0.57 ' ,
2020 install_requires = [
2121 'requests>=2.14.2' ,
2222 'python-dateutil>=2.7.5' ,
Original file line number Diff line number Diff line change 6161log = logging .getLogger ()
6262
6363__author__ = "facetoe"
64- __version__ = "2.0.56 "
64+ __version__ = "2.0.57 "
6565
6666
6767class Zenpy (object ):
You can’t perform that action at this time.
0 commit comments