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 4b9d74d commit 9f374a9Copy full SHA for 9f374a9
CHANGELOG.rst
@@ -2,6 +2,10 @@
2
Changelog
3
=========
4
5
+v0.1.7
6
+------
7
+ - minor code cleanup / improvement to packaging
8
+
9
v0.1.6
10
------
11
- Yet another minor performance improvement to write operations
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "py-hplc"
-version = "0.1.6"
+version = "0.1.7"
description = "An unoffical Python wrapper for the SSI-Teledyne Next Generation class HPLC pumps."
license = "MIT"
repository = "https://github.com/teauxfu/py-hplc"
0 commit comments