File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.7.3 " ,
13+ " python-dateutil==2.8.1 " ,
1414 " msgpack-python" ,
1515 " requests==2.24.0" ,
1616]
Original file line number Diff line number Diff line change 1212 classifiers = ['Programming Language :: Python :: 3 :: Only' ],
1313 packages = find_packages (),
1414 install_requires = [
15- "python-dateutil==2.7.3 " ,
15+ "python-dateutil==2.8.1 " ,
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.1 .post1"
3+ __version__ = "0.8.2 .post1"
You can’t perform that action at this time.
0 commit comments