Skip to content

Commit 2bd89ef

Browse files
feat: analytics engine v3 feature changes
feat: analytics engine v3 feature changes
1 parent fc7835b commit 2bd89ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import sys
2020
import pkg_resources
2121

22-
__version__ = '1.0.2'
22+
__version__ = '1.0.3'
2323
PACKAGE_NAME = 'iaesdk'
2424
PACKAGE_DESC = 'Python client library for IBM Cloud Analytics Engine Services'
2525

test/HOW_TO_TEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1. Create a `ibmanalyticsengine-service.env` file in the `ibm-iae-python-sdk` directory using `ibmanalyticsengine-service.env.hide` as an example.
1212
1. Update `ibmanalyticsengine-service.env` file with your own **APIKEY**.
1313
1. export your instance guid as `IBM_ANALYTICS_ENGINE_INSTANCE_GUID` environment variable.
14-
1. Go to `/test/integartion/` directory.
14+
1. Go to `/test/integration/` directory.
1515
1. Run `pytest`.
1616
1717
## Unit Tests

0 commit comments

Comments
 (0)