We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20235b3 + 1c40d84 commit fe7cf48Copy full SHA for fe7cf48
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "init-data-py"
3
-version = "0.2.4"
+version = "0.2.5"
4
description = "A Python library that provides tools for using and validating Telegram web app init data."
5
authors = [
6
{ name = "nimaxin", email = "nimaxin@proton.me" }
src/init_data_py/__init__.py
@@ -1,5 +1,5 @@
from .init_data import InitData
-__version__ = "0.2.4"
+__version__ = "0.2.5"
__all__ = ["InitData"]
0 commit comments