We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce734f commit cbede76Copy full SHA for cbede76
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "py-smps"
3
-version = "2.1.0a0"
+version = "2.1.0a2"
4
description = "A simple python library to import and visualize data from particle sizing instruments."
5
authors = ["David H Hagan <david.hagan@quant-aq.com>"]
6
license = "MIT"
@@ -19,7 +19,7 @@ requests = "^2.24"
19
scipy = "^1.9"
20
numpy = "^1.23.2"
21
pandas = "^1.4"
22
-setuptools = "^65.3"
+setuptools = "^65.0"
23
24
[tool.poetry.dev-dependencies]
25
pytest = "^6.0.1"
0 commit comments