From 7d1c5ea90345d5773d526d3b4f7daf9a1254b286 Mon Sep 17 00:00:00 2001 From: G Adam Cox Date: Tue, 12 Mar 2024 18:16:16 -0700 Subject: [PATCH] bumps to version 1.1.1. Made a mistake on tagging. (#156) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1684caf..4d9cb79d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "qt3utils" -version = "1.1.0" +version = "1.1.1" description = "A package for performing experiments in the QT3 lab at UW." readme = "README.md"