Skip to content

Commit b1569c5

Browse files
committed
Bump version: 1.0.0 → 1.1.0
1 parent 4846cc1 commit b1569c5

4 files changed

Lines changed: 9 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.0.0
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.1.0] - 2022-05-27
4+
5+
### Bug fixes
6+
7+
- Rename SDK import back to setu
8+
39
## [1.0.0] - 2022-05-26
410

511
- Major refactor of the SDK

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.0.0"
4+
version = "1.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
@@ -1,6 +1,6 @@
11
"""Top-level package for Setu UPI DeepLinks SDK."""
22
from setu.deeplink import Deeplink
33

4-
__version__ = '1.0.0'
4+
__version__ = '1.1.0'
55

66
__all__ = ["Deeplink"]

0 commit comments

Comments
 (0)