We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca2656 commit 4838bd8Copy full SHA for 4838bd8
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.0
+current_version = 1.0.0
3
commit = True
4
tag = True
5
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "setu"
-version = "0.7.0"
+version = "1.0.0"
homepage = "https://github.com/SetuHQ/setu-python-sdk"
6
description = "Python package to connect to Setu's UPI Deep Link APIs."
7
authors = ["Naresh R <ghostwriternr@gmail.com>"]
setu_python_sdk/__init__.py
@@ -1,6 +1,6 @@
"""Top-level package for Setu UPI DeepLinks SDK."""
from setu_python_sdk.deeplink import Deeplink
-__version__ = '0.7.0'
+__version__ = '1.0.0'
__all__ = ["Deeplink"]
0 commit comments