We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e9050 commit fda7e9aCopy full SHA for fda7e9a
setup.py
@@ -4,7 +4,7 @@
4
import subprocess
5
6
setup(name="stitchclient",
7
- version="0.8.3.post1",
+ version="0.8.4.post1",
8
description="A Stitch API client for Python",
9
author="Stitch",
10
author_email="[email protected]",
stitchclient/__init__.py
@@ -1,3 +1,3 @@
1
"""Library for working with the stitch client in python"""
2
3
-__version__ = "0.8.3.post1"
+__version__ = "0.8.4.post1"
0 commit comments