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 +)