From ca8985c2ea342d0caed4176aa392e2d6ac410b7e Mon Sep 17 00:00:00 2001 From: G Adam Cox Date: Tue, 7 Feb 2023 16:46:01 -0800 Subject: [PATCH] Update pyproject.toml bump version number for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 924c3d2d..6fa21170 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "qt3utils" -version = '1.0.1.dev1' +version = "1.0.1" description = "A package for performing experiments in the QT3 lab at UW." readme = "README.md"