Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jul 25, 2024
1 parent ca8b876 commit 0b86a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from .main import *

# Version information.
__version_info__ = (2024, 7, 13)
__version_info__ = (2024, 7, 26)
__version__ = ".".join(map(str, __version_info__))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ["venv"]

[tool.poetry]
name = "avro-py"
version = "2024.7.13"
version = "2024.7.26"
description = "A modern Pythonic implementation of Avro Phonetic."
authors = ["HitBlast <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0b86a24

Please sign in to comment.