Skip to content

Commit

Permalink
v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander committed Dec 22, 2020
1 parent d5c8b96 commit 9ae969f
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_________________________________
Version: 1.1.7
Version: 1.1.8
Author: ES Alexander
Release Date: 22/Dec/2020
_________________________________
Expand Down
3 changes: 1 addition & 2 deletions build/lib/pcv/vidIO.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ def _initialise_writer(self, maxsize):
self._period = 1 / self.fps
self.latest = None
self._finished = Event()
self._looper = Thread(name='looper', target=self._write_loop,
daemon=True)
self._looper = Thread(name='looper', target=self._write_loop)
self._looper.start()

def _write_loop(self):
Expand Down
Binary file removed dist/pythonic-cv-1.1.7.tar.gz
Binary file not shown.
Binary file added dist/pythonic-cv-1.1.8.tar.gz
Binary file not shown.
Binary file removed dist/pythonic_cv-1.1.7-py3-none-any.whl
Binary file not shown.
Binary file added dist/pythonic_cv-1.1.8-py3-none-any.whl
Binary file not shown.
4 changes: 2 additions & 2 deletions pythonic_cv.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Metadata-Version: 2.1
Name: pythonic-cv
Version: 1.1.7
Version: 1.1.8
Summary: Performant pythonic wrapper of unnecessarily painful opencv functionality
Home-page: https://github.com/ES-Alexander/pythonic-cv
Author: ES-Alexander
Author-email: [email protected]
License: UNKNOWN
Description: _________________________________
Version: 1.1.7
Version: 1.1.8
Author: ES Alexander
Release Date: 22/Dec/2020
_________________________________
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='pythonic-cv',
version='1.1.7',
version='1.1.8',
author='ES-Alexander',
author_email='[email protected]',
description='Performant pythonic wrapper of unnecessarily painful opencv functionality',
Expand Down

0 comments on commit 9ae969f

Please sign in to comment.