From 03dc9d52399a270273098a374563ce1c1608caa8 Mon Sep 17 00:00:00 2001 From: liquidcarbon Date: Thu, 12 Dec 2024 14:05:55 -0700 Subject: [PATCH] on published release? tag must be unique --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9690ffd..8a5bb4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "affinity" -version = "0.8.3" +version = "0.8.4" description = "Module for creating well-documented datasets, with types and annotations." authors = [ { name = "Alex Kislukhin" }