Skip to content

Commit

Permalink
Update Version number
Browse files Browse the repository at this point in the history
- Matches now to readme
- Additional actor off command in case of an exception
  • Loading branch information
avollkopf committed Dec 2, 2021
1 parent 1b7cf0c commit 0cea006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cbpi4-PID_AutoTune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ async def run(self):
pass
except Exception as e:
logging.error("PIDAutoTune Error {}".format(e))
await self.actor_off(self.heater)
await self.stop()
pass
finally:
await self.actor_off(self.heater)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = f.read()

setup(name='cbpi4-PID_AutoTune',
version='0.0.5',
version='0.0.6',
description='CraftBeerPi4 Kettle Logic for PID Auto Tune',
author='Alexander Vollkopf',
author_email='[email protected]',
Expand Down

0 comments on commit 0cea006

Please sign in to comment.