Skip to content

Commit 55aca85

Browse files
committed
bumping python date-util to 2.7.3. re-release
1 parent efaed6d commit 55aca85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6.1",
13+
"python-dateutil==2.7.3",
1414
"msgpack-python",
1515
"requests==2.24.0",
1616
]

setup.py

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

66
setup(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",
1010
author_email="[email protected]",
1111
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
]

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.0.post1"
3+
__version__ = "0.8.1.post1"

0 commit comments

Comments
 (0)