Skip to content

Commit

Permalink
Merge pull request #8 from nimaxin/chore/bump-version
Browse files Browse the repository at this point in the history
bump version to 0.2.5
  • Loading branch information
nimaxin authored Nov 15, 2024
2 parents 20235b3 + 1c40d84 commit fe7cf48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "init-data-py"
version = "0.2.4"
version = "0.2.5"
description = "A Python library that provides tools for using and validating Telegram web app init data."
authors = [
{ name = "nimaxin", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion src/init_data_py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .init_data import InitData

__version__ = "0.2.4"
__version__ = "0.2.5"

__all__ = ["InitData"]

0 comments on commit fe7cf48

Please sign in to comment.