Skip to content

Commit

Permalink
Updated PYTZ Pin to Wider Range (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
norton120 authored Nov 5, 2020
1 parent 660d39f commit 2f255a9
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.3',
version='1.1.4',
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==2020.1',
'pytz<2021.0',
'jsonschema==3.2.0',
'simplejson==3.11.1',
'python-dateutil>=2.6.0',
Expand Down

0 comments on commit 2f255a9

Please sign in to comment.