From 12abe2ef5f93db782380319c744e322c30479d98 Mon Sep 17 00:00:00 2001 From: Seb <133339614+Sebagabones@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:31:24 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7d4ea1..2807802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ssri" -version = "0.0.3" +version = "0.0.4" authors = [ { name="Sebastian Gazey", email="bones@ucc.asn.au"}, ]