From 99f6c4e7318966954e1dc43868b0f0328065d4a7 Mon Sep 17 00:00:00 2001 From: HitBlast Date: Sat, 29 Jun 2024 01:24:05 +0600 Subject: [PATCH] bump version --- avro/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avro/__init__.py b/avro/__init__.py index f4d3799..fc8ffc7 100755 --- a/avro/__init__.py +++ b/avro/__init__.py @@ -5,5 +5,5 @@ from .main import * # Version information. -__version_info__ = (2024, 6, 23) +__version_info__ = (2024, 6, 29) __version__ = ".".join(map(str, __version_info__)) diff --git a/pyproject.toml b/pyproject.toml index 6e1d506..7f5727f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ exclude = ["venv"] [tool.poetry] name = "avro-py" -version = "2024.6.23" +version = "2024.6.29" description = "A modern Pythonic implementation of Avro Phonetic." authors = ["HitBlast "] license = "MIT"