diff --git a/README.md b/README.md index f527d8f..2367813 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ https://www.stitchdata.com/docs/developers/stitch-connect/api This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 0.4.1 -- Package version: 0.6.0 +- Package version: 0.6.1 - Build package: org.openapitools.codegen.languages.PythonClientCodegen Table of Contents: @@ -150,6 +150,6 @@ npx openapi-generator generate \ --package-name stitch_connect_client \ --git-user-id NarrativeScience \ --git-repo-id stitch-connect-python \ - -p packageVersion=0.6.0 \ + -p packageVersion=0.6.1 \ -t templates ``` diff --git a/setup.py b/setup.py index b08273e..35ce1b7 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import find_packages, setup # noqa: H301 NAME = "stitch-connect-client" -VERSION = "0.6.0" +VERSION = "0.6.1" # To install the library, run the following # # python setup.py install diff --git a/stitch_connect_client/__init__.py b/stitch_connect_client/__init__.py index 4ba15f8..3ecd05c 100644 --- a/stitch_connect_client/__init__.py +++ b/stitch_connect_client/__init__.py @@ -88,4 +88,4 @@ from stitch_connect_client.models.streams_update_list import StreamsUpdateList from stitch_connect_client.models.update_source_body import UpdateSourceBody -__version__ = "0.6.0" +__version__ = "0.6.1"