From be2abdfc52227f258833acaa03fb6a74ac70df7c Mon Sep 17 00:00:00 2001 From: Simon Bilodeau Date: Sat, 12 Oct 2024 01:00:56 +0000 Subject: [PATCH] pyproject version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08f6a73..246e8d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Operating System :: OS Independent", ] -version="1.1.3" +version="1.2.0" authors = [ {name = "Simon Bilodeau", email = "sb30@princeton.edu"}, ]