Skip to content

Commit

Permalink
Bump pytz to 2020.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Apr 29, 2020
1 parent 386f075 commit 8c828c8
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 @@ -6,7 +6,7 @@
long_description = fh.read()

setup(name="pipelinewise-singer-python",
version='1.1.1',
version='1.1.2',
description="Singer.io utility library - PipelineWise compatible",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -17,7 +17,7 @@
],
url="https://github.com/transferwise/pipelinewise-singer-python",
install_requires=[
'pytz==2019.3',
'pytz==2020.1',
'jsonschema==2.6.0',
'simplejson==3.11.1',
'python-dateutil>=2.6.0',
Expand Down

0 comments on commit 8c828c8

Please sign in to comment.