Skip to content

Commit 027c7e5

Browse files
committed
Bump version to v2.1.0
1 parent c52fa19 commit 027c7e5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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 = 2.0.0
2+
current_version = 2.1.0
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "setu"
4-
version = "2.0.0"
4+
version = "2.1.0"
55
homepage = "https://github.com/SetuHQ/setu-python-sdk"
66
description = "Python package to connect to Setu's UPI Deep Link APIs."
77
authors = ["Naresh R <ghostwriternr@gmail.com>"]

setu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from setu.contract import SetuAPIException
33
from setu.deeplink import Deeplink
44

5-
__version__ = '2.0.0'
5+
__version__ = '2.1.0'
66

77
__all__ = ["Deeplink", "SetuAPIException"]

0 commit comments

Comments
 (0)