Skip to content

Commit dd8c42b

Browse files
Update version 0.4.4 -> 0.5.0
1 parent 9694540 commit dd8c42b

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.4.4
2+
current_version = 0.5.0
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.4.4
5+
# IBM Cloudant Python SDK Version 0.5.0
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).
@@ -121,13 +121,13 @@ project:
121121
To install, use `pip` or `easy_install`:
122122

123123
```bash
124-
pip install --upgrade "ibmcloudant>=0.4.4"
124+
pip install --upgrade "ibmcloudant>=0.5.0"
125125
```
126126

127127
or
128128

129129
```bash
130-
easy_install --upgrade "ibmcloudant>=0.4.4"
130+
easy_install --upgrade "ibmcloudant>=0.5.0"
131131
```
132132

133133

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.4.4'
20+
__version__ = '0.5.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "ibmcloudant"
7-
version = "0.4.4"
7+
version = "0.5.0"
88
description = "Python client library for IBM Cloudant"
99
dependencies = [
1010
"ibm_cloud_sdk_core==3.16.7",

0 commit comments

Comments
 (0)