From 46eeba53e7ef5b59ac3ab5d1a05f32aea772fc52 Mon Sep 17 00:00:00 2001 From: Owen Colegrove Date: Mon, 18 Dec 2023 18:05:44 +0000 Subject: [PATCH] tally distribution --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6bc6d2a..6f00c94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = ["Owen Colegrove "] license = "Apache-2.0" readme = "README.md" name = 'sciphi-synthesizer' -version = '1.0.1' +version = '1.0.2' packages = [ { include = "synthesizer" } ]