Skip to content

Commit b75530f

Browse files
committed
Bump version: 1.1.0
1 parent 4f8abdd commit b75530f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
setup(
55
name="target-postgres",
6-
version="1.0.0",
6+
version="1.1.0",
77
description="Singer.io target for Postgres",
88
author="Statsbot",
99
url="https://statsbot.co",
1010
classifiers=["Programming Language :: Python :: 3 :: Only"],
1111
py_modules=["target_postgres"],
1212
install_requires=[
13-
"singer-python>=5.0.12",
14-
"psycopg2>=2.7.4",
15-
"inflection>=0.3.1"
13+
"singer-python==5.1.1",
14+
"psycopg2==2.7.4",
15+
"inflection==0.3.1"
1616
],
1717
entry_points="""
1818
[console_scripts]

0 commit comments

Comments
 (0)