From e0dda1bb7c7114e52251873d1745f7d445ba9595 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Mon, 26 Feb 2024 22:00:04 +0100 Subject: [PATCH] bump version of Python wrapper to 0.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e821f41..7e72f68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "multicamselfcal" -version = "0.3.1" +version = "0.3.2" description = "wrapper for the Octave/Matlab multicamselfcal library" authors = [{ name = "John Stowers"}] maintainers = [{ name = "Andrew Straw", email = "strawman@astraw.com" }]