From b75530f56c8cc73e33a1e89b16a21bf3c2cce864 Mon Sep 17 00:00:00 2001 From: Pavel Tiunov Date: Thu, 9 Aug 2018 15:14:50 +0300 Subject: [PATCH] Bump version: 1.1.0 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 4ca0516..6379691 100755 --- a/setup.py +++ b/setup.py @@ -3,16 +3,16 @@ setup( name="target-postgres", - version="1.0.0", + version="1.1.0", description="Singer.io target for Postgres", author="Statsbot", url="https://statsbot.co", classifiers=["Programming Language :: Python :: 3 :: Only"], py_modules=["target_postgres"], install_requires=[ - "singer-python>=5.0.12", - "psycopg2>=2.7.4", - "inflection>=0.3.1" + "singer-python==5.1.1", + "psycopg2==2.7.4", + "inflection==0.3.1" ], entry_points=""" [console_scripts]