We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6248253 + fda7e9a commit 7395985Copy full SHA for 7395985
3 files changed
pyproject.toml
@@ -18,5 +18,5 @@ classifiers = ['Programming Language :: Python :: 3 :: Only']
18
requires-python = ">=3.5.7,<4"
19
20
[tool.flit.sdist]
21
-include = ["LICENSE"]
+include = ["LICENSE", "transit/"]
22
exclude = ["tests/"]
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="support@stitchdata.com",
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