Skip to content

Commit cab5369

Browse files
committed
bumping requests to 2.24.0
1 parent 916f0f7 commit cab5369

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ ENV/
8787

8888
# Rope project settings
8989
.ropeproject
90+
91+
# IDE stuff
92+
.idea

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import subprocess
55

66
setup(name="stitchclient",
7-
version="0.7.0",
7+
version="0.8.0",
88
description="A Stitch API client for Python",
99
author="Stitch",
1010
author_email="[email protected]",
@@ -14,5 +14,5 @@
1414
install_requires=[
1515
"python-dateutil==2.6.1",
1616
"msgpack-python",
17-
"requests==2.20.0",
17+
"requests==2.24.0",
1818
])

0 commit comments

Comments
 (0)