Skip to content

Commit 47db347

Browse files
committed
bumping python date-util to 2.8.1 re-release
1 parent 55aca85 commit 47db347

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dist-name = "ns_stitchclient"
1010
home-page = "https://github.com/NarrativeScience/python-stitch-client"
1111
description-file = "README.md"
1212
requires = [
13-
"python-dateutil==2.7.3",
13+
"python-dateutil==2.8.1",
1414
"msgpack-python",
1515
"requests==2.24.0",
1616
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
]

stitchclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library for working with the stitch client in python"""
22

3-
__version__ = "0.8.1.post1"
3+
__version__ = "0.8.2.post1"

0 commit comments

Comments
 (0)