File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dist-name = "ns_stitchclient"
1010home-page = " https://github.com/NarrativeScience/python-stitch-client"
1111description-file = " README.md"
1212requires = [
13- " python-dateutil==2.6.1 " ,
13+ " python-dateutil==2.7.3 " ,
1414 " msgpack-python" ,
1515 " requests==2.24.0" ,
1616]
Original file line number Diff line number Diff line change 44import subprocess
55
66setup (name = "stitchclient" ,
7- version = "0.8.0 .post1" ,
7+ version = "0.8.1 .post1" ,
88 description = "A Stitch API client for Python" ,
99 author = "Stitch" ,
10101111 url = "https://github.com/stitchdata/python-stitch-client" ,
1212 classifiers = ['Programming Language :: Python :: 3 :: Only' ],
1313 packages = find_packages (),
1414 install_requires = [
15- "python-dateutil==2.6.1 " ,
15+ "python-dateutil==2.7.3 " ,
1616 "msgpack-python" ,
1717 "requests==2.24.0" ,
1818 ]
Original file line number Diff line number Diff line change 11"""Library for working with the stitch client in python"""
22
3- __version__ = "0.8.0 .post1"
3+ __version__ = "0.8.1 .post1"
You can’t perform that action at this time.
0 commit comments