Skip to content

Commit 4838bd8

Browse files
committed
Bump version: 0.7.0 → 1.0.0
1 parent 2ca2656 commit 4838bd8

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 = 0.7.0
2+
current_version = 1.0.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 = "0.7.0"
4+
version = "1.0.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_python_sdk/__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_python_sdk.deeplink import Deeplink
33

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

66
__all__ = ["Deeplink"]

0 commit comments

Comments
 (0)