Skip to content

Commit fda7e9a

Browse files
committed
bump version
1 parent 18e9050 commit fda7e9a

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.3.post1",
7+
version="0.8.4.post1",
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.3.post1"
3+
__version__ = "0.8.4.post1"

0 commit comments

Comments
 (0)