Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
9b committed Mar 7, 2018
1 parent 106ed97 commit 66fb908
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added dump.rdb
Binary file not shown.
1 change: 1 addition & 0 deletions pyhottop/pyhottop.py
Expand Up @@ -522,6 +522,7 @@ class variable for later saving. If the user has defined a callback, it
output['time'] = ((td.total_seconds() + 60) / 60) - 1
self._roast['duration'] = output['time']
local.update({'time': output['time']})
output['datetime'] = now_time(str=True)
ct = load_time(now_time(str=True))
st = load_time(self._roast['start_time'])
self._roast['duration'] = timedelta2period(ct - st)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name='pyhottop',
version='0.2.2',
version='0.2.3',
description='Interface for interacting with Hottop KN-8828b-2k+ roasters',
url="https://github.com/splitkeycoffee/pyhottop",
author="Brandon Dixon",
Expand Down

0 comments on commit 66fb908

Please sign in to comment.