Skip to content

Commit 2eb0b66

Browse files
committed
fixing the setup.py
1 parent 47db347 commit 2eb0b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import subprocess
55

66
setup(name="stitchclient",
7-
version="0.8.1.post1",
7+
version="0.8.2.post2",
88
description="A Stitch API client for Python",
99
author="Stitch",
1010
author_email="[email protected]",

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.2.post1"
3+
__version__ = "0.8.2.post2"

0 commit comments

Comments
 (0)