Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Sep 24, 2024
1 parent ab237ff commit e440daf
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 @@ -11,5 +11,5 @@
from .main import *

# Version information.
__version_info__ = (2024, 9, 1)
__version_info__ = (2024, 9, 24)
__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 @@ -14,7 +14,7 @@ exclude = ["venv"]

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

0 comments on commit e440daf

Please sign in to comment.