From 3d60135d18765fc213d90f3fa548e0a6f6c99058 Mon Sep 17 00:00:00 2001 From: HitBlast Date: Sun, 18 Aug 2024 20:30:29 +0600 Subject: [PATCH] updated version in project files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 390a9a1..fb2b72e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ exclude = ["venv"] [tool.poetry] name = "avro-py" -version = "2024.8.11" +version = "2024.8.18" description = "A modern Pythonic implementation of Avro Phonetic." authors = ["HitBlast "] license = "MIT"