From cbede76a257eb3538278598c4a4cd3c927a53541 Mon Sep 17 00:00:00 2001 From: "David H. Hagan" Date: Sun, 4 Sep 2022 21:02:58 -0400 Subject: [PATCH] bumped version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0157b3..fd3f0c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-smps" -version = "2.1.0a0" +version = "2.1.0a2" description = "A simple python library to import and visualize data from particle sizing instruments." authors = ["David H Hagan "] license = "MIT" @@ -19,7 +19,7 @@ requests = "^2.24" scipy = "^1.9" numpy = "^1.23.2" pandas = "^1.4" -setuptools = "^65.3" +setuptools = "^65.0" [tool.poetry.dev-dependencies] pytest = "^6.0.1"