File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ https://www.stitchdata.com/docs/developers/stitch-connect/api
77This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
88
99- API version: 0.4.1
10- - Package version: 0.6.0
10+ - Package version: 0.6.1
1111- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1212
1313Table of Contents:
@@ -150,6 +150,6 @@ npx openapi-generator generate \
150150 --package-name stitch_connect_client \
151151 --git-user-id NarrativeScience \
152152 --git-repo-id stitch-connect-python \
153- -p packageVersion=0.6.0 \
153+ -p packageVersion=0.6.1 \
154154 -t templates
155155```
Original file line number Diff line number Diff line change 1313from setuptools import find_packages , setup # noqa: H301
1414
1515NAME = "stitch-connect-client"
16- VERSION = "0.6.0 "
16+ VERSION = "0.6.1 "
1717# To install the library, run the following
1818#
1919# python setup.py install
Original file line number Diff line number Diff line change 8888from stitch_connect_client .models .streams_update_list import StreamsUpdateList
8989from stitch_connect_client .models .update_source_body import UpdateSourceBody
9090
91- __version__ = "0.6.0 "
91+ __version__ = "0.6.1 "
You can’t perform that action at this time.
0 commit comments