Skip to content

Commit 09de44f

Browse files
author
Tom Brewster
committed
Update version
1 parent c3ec39e commit 09de44f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ the [IBM Cloud SDK Common documentation](https://github.com/IBM/ibm-cloud-sdk-co
128128
## Questions
129129

130130
If you're having difficulties using this SDK, you can ask questions about this project by
131-
using [Stack Overflow](https://stackoverflow.com/questions/tagged/ibm-cloud+secrets-manager). Be sure to include the `ibm-cloud` and `ibm-secrets-manager` tags.
131+
using [Stack Overflow](https://stackoverflow.com/questions/tagged/ibm-cloud+secrets-manager). Be sure to include
132+
the `ibm-cloud` and `ibm-secrets-manager` tags.
132133

133134
You can also check out the [Secrets Manager documentation](https://cloud.ibm.com/docs/secrets-manager)
134135
and [API reference](https://cloud.ibm.com/apidocs/secrets-manager) for more information about the service.

ibm_secrets_manager_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"""
1818
Version of ibm_secrets_manager_sdk
1919
"""
20-
__version__ = '1.0.2'
20+
__version__ = '1.0.3'

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 = 'ibm_secrets_manager_sdk'
2424
PACKAGE_DESC = 'IBM Cloud Secrets Manager Python SDK'
2525

0 commit comments

Comments
 (0)