From 4e002d05ba972ea7f1d141103c569d5b9227ba3d Mon Sep 17 00:00:00 2001 From: "David H. Hagan" Date: Fri, 14 Jul 2023 08:04:19 -0400 Subject: [PATCH] Bumped version for pypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7703219..2f719a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-smps" -version = "2.1.0a2" +version = "2.1.0a3" description = "A simple python library to import and visualize data from particle sizing instruments." authors = ["David H Hagan "] license = "MIT"