Skip to content

Commit 36899c2

Browse files
Update version 0.0.34 -> 0.0.35
1 parent 4b4ed1f commit 36899c2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.34
2+
current_version = 0.0.35
33
commit = True
44
message = Update version {current_version} -> {new_version}
55
parse = ^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?P<prerelease>[a|b|rc](?:0|[1-9]\d*))?(?P<devrelease>(?:\.dev)(?:0|[1-9]\d*))?(?P<buildmetadata>\+[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*)?$

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Release](https://img.shields.io/github/v/release/IBM/cloudant-python-sdk?include_prereleases&sort=semver)](https://github.com/IBM/cloudant-python-sdk/releases/latest)
33
[![Docs](https://img.shields.io/static/v1?label=Pydoc&message=latest&color=blue)](https://ibm.github.io/cloudant-python-sdk/)
44

5-
# IBM Cloudant Python SDK Version 0.0.34
5+
# IBM Cloudant Python SDK Version 0.0.35
66

77
IBM Cloudant Python SDK is a client library that interacts with the
88
[IBM Cloudant APIs](https://cloud.ibm.com/apidocs/cloudant?code=python).
@@ -95,13 +95,13 @@ project:
9595
To install, use `pip` or `easy_install`:
9696

9797
```bash
98-
pip install --upgrade "ibmcloudant>=0.0.34"
98+
pip install --upgrade "ibmcloudant>=0.0.35"
9999
```
100100

101101
or
102102

103103
```bash
104-
easy_install --upgrade "ibmcloudant>=0.0.34"
104+
easy_install --upgrade "ibmcloudant>=0.0.35"
105105
```
106106

107107
## Authentication

ibmcloudant/version.py

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

setup.py

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

23-
__version__ = '0.0.34'
23+
__version__ = '0.0.35'
2424
PACKAGE_NAME = 'ibmcloudant'
2525
PACKAGE_DESC = 'Python client library for IBM Cloudant'
2626

0 commit comments

Comments
 (0)