From 752beae4b8719a19546d45d43ad42131446c3e1a Mon Sep 17 00:00:00 2001 From: Andrew Mitchell Date: Wed, 15 Nov 2023 19:31:45 +0000 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b424b61..b8eba73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "circumplex" -version = "0.1.1" +version = "0.1.3" description = "A Python package for analyzing and visualizing circumplex data" authors = [ {name = "Andrew Mitchell", email = "andrew.mitchell.18@ucl.ac.uk"},