From 1444080eff5ac8e031c2a703c505d0d03f17f701 Mon Sep 17 00:00:00 2001 From: tomshaffner <48473431+tomshaffner@users.noreply.github.com> Date: Mon, 1 Feb 2021 23:23:24 -0500 Subject: [PATCH] new workflow test --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 15235c4..31b3429 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pithermalcam", - version="0.9.12", + version="0.9.13", author="Tom Shaffner", description="A package which connects an MLX90640 Thermal IR Camera to a Raspberry Pi for viewing or web streaming.", long_description=long_description, @@ -34,4 +34,4 @@ python_requires='>=3.6', include_package_data=True, # What does your project relate to? -) \ No newline at end of file +)