Skip to content

Commit

Permalink
Merge pull request #21 from NarrativeScience/update-version-take-2
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
RJ Santana authored Jan 28, 2022
2 parents e49e43e + fecf67d commit df2c564
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stitch_connect_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit df2c564

Please sign in to comment.