Skip to content

Commit df2c564

Browse files
author
RJ Santana
authored
Merge pull request #21 from NarrativeScience/update-version-take-2
bump version
2 parents e49e43e + fecf67d commit df2c564

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://www.stitchdata.com/docs/developers/stitch-connect/api
77
This 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

1313
Table 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
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import find_packages, setup # noqa: H301
1414

1515
NAME = "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

stitch_connect_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
from stitch_connect_client.models.streams_update_list import StreamsUpdateList
8989
from stitch_connect_client.models.update_source_body import UpdateSourceBody
9090

91-
__version__ = "0.6.0"
91+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)