Skip to content

Commit f47fd83

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent 9f36d22 commit f47fd83

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 = 1.1.0
2+
current_version = 1.1.1
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 = "1.1.0"
4+
version = "1.1.1"
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.deeplink import Deeplink
33
from setu.contract import SetuAPIException
44

5-
__version__ = '1.1.0'
5+
__version__ = '1.1.1'
66

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

0 commit comments

Comments
 (0)