From dcf3b3990b756b954bdfa66e4ef460aa85e882b5 Mon Sep 17 00:00:00 2001 From: Pelagic Date: Sat, 17 Aug 2024 15:57:40 +0300 Subject: [PATCH] Bumped the version of the pypy project file. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d32ede6..052c200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "starfields-drf-generics" -version = "0.2.4" +version = "0.2.5" authors = [ { name="Anastasios Svolis", email="support@starfields.gr" }, ]