Skip to content

Commit

Permalink
bumping python date-util to 2.7.3. re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-bdesimone committed Nov 30, 2020
1 parent efaed6d commit 55aca85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dist-name = "ns_stitchclient"
home-page = "https://github.com/NarrativeScience/python-stitch-client"
description-file = "README.md"
requires = [
"python-dateutil==2.6.1",
"python-dateutil==2.7.3",
"msgpack-python",
"requests==2.24.0",
]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
import subprocess

setup(name="stitchclient",
version="0.8.0.post1",
version="0.8.1.post1",
description="A Stitch API client for Python",
author="Stitch",
author_email="[email protected]",
url="https://github.com/stitchdata/python-stitch-client",
classifiers=['Programming Language :: Python :: 3 :: Only'],
packages=find_packages(),
install_requires=[
"python-dateutil==2.6.1",
"python-dateutil==2.7.3",
"msgpack-python",
"requests==2.24.0",
]
Expand Down
2 changes: 1 addition & 1 deletion stitchclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Library for working with the stitch client in python"""

__version__ = "0.8.0.post1"
__version__ = "0.8.1.post1"

0 comments on commit 55aca85

Please sign in to comment.