Skip to content

Commit

Permalink
Bump version: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Aug 9, 2018
1 parent 4f8abdd commit b75530f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b75530f

Please sign in to comment.