From 9d4a65b82b461851a716d215103ce8a67acfdc78 Mon Sep 17 00:00:00 2001 From: Lukas Scheffler Date: Fri, 26 Oct 2018 15:30:10 +0200 Subject: [PATCH] 1.0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f46664f..a9c9aa5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setup(name='pyTMCL', - version='1.0.8', + version='1.0.9', description='Talk to Trinamic Stepper Motors using TMCL over serial', long_description=long_description, long_description_content_type="text/markdown",