Skip to content

Commit 7395985

Browse files
authored
Merge pull request #2 from NarrativeScience/GC-89/add-transit-to-whl
add transit/ to whl
2 parents 6248253 + fda7e9a commit 7395985

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ classifiers = ['Programming Language :: Python :: 3 :: Only']
1818
requires-python = ">=3.5.7,<4"
1919

2020
[tool.flit.sdist]
21-
include = ["LICENSE"]
21+
include = ["LICENSE", "transit/"]
2222
exclude = ["tests/"]

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)