From 562ff47835052c83c79887c808ce8c8274cd8f45 Mon Sep 17 00:00:00 2001 From: liquidcarbon Date: Thu, 12 Dec 2024 14:39:09 -0700 Subject: [PATCH] screw the artifacts just build, release, publish --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc5b39b..5884fe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "affinity" -version = "0.8.6" +version = "0.8.7" description = "Module for creating well-documented datasets, with types and annotations." authors = [ { name = "Alex Kislukhin" }