From 8ee83163be7991e6a2579fcf6be193c4c24ed5dd Mon Sep 17 00:00:00 2001 From: G Adam Cox Date: Fri, 10 Feb 2023 17:21:02 -0800 Subject: [PATCH] Update pyproject.toml bump for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d054a5a5..218e99ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "qt3utils" -version = "1.0.2.dev1" +version = "1.0.2" description = "A package for performing experiments in the QT3 lab at UW." readme = "README.md"