diff --git a/setup.py b/setup.py index a094221..7de0356 100755 --- a/setup.py +++ b/setup.py @@ -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", @@ -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',