We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55aca85 commit 47db347Copy full SHA for 47db347
3 files changed
pyproject.toml
@@ -10,7 +10,7 @@ dist-name = "ns_stitchclient"
10
home-page = "https://github.com/NarrativeScience/python-stitch-client"
11
description-file = "README.md"
12
requires = [
13
- "python-dateutil==2.7.3",
+ "python-dateutil==2.8.1",
14
"msgpack-python",
15
"requests==2.24.0",
16
]
setup.py
@@ -12,7 +12,7 @@
classifiers=['Programming Language :: Python :: 3 :: Only'],
packages=find_packages(),
install_requires=[
17
18
stitchclient/__init__.py
@@ -1,3 +1,3 @@
1
"""Library for working with the stitch client in python"""
2
3
-__version__ = "0.8.1.post1"
+__version__ = "0.8.2.post1"
0 commit comments