Skip to content

Commit fe7cf48

Browse files
authored
Merge pull request #8 from nimaxin/chore/bump-version
bump version to 0.2.5
2 parents 20235b3 + 1c40d84 commit fe7cf48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "init-data-py"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "A Python library that provides tools for using and validating Telegram web app init data."
55
authors = [
66
{ name = "nimaxin", email = "nimaxin@proton.me" }

src/init_data_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .init_data import InitData
22

3-
__version__ = "0.2.4"
3+
__version__ = "0.2.5"
44

55
__all__ = ["InitData"]

0 commit comments

Comments
 (0)