Skip to content

Commit 9ae969f

Browse files
committed
v1.1.8
1 parent d5c8b96 commit 9ae969f

File tree

8 files changed

+5
-6
lines changed

8 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_________________________________
2-
Version: 1.1.7
2+
Version: 1.1.8
33
Author: ES Alexander
44
Release Date: 22/Dec/2020
55
_________________________________

build/lib/pcv/vidIO.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ def _initialise_writer(self, maxsize):
254254
self._period = 1 / self.fps
255255
self.latest = None
256256
self._finished = Event()
257-
self._looper = Thread(name='looper', target=self._write_loop,
258-
daemon=True)
257+
self._looper = Thread(name='looper', target=self._write_loop)
259258
self._looper.start()
260259

261260
def _write_loop(self):

dist/pythonic-cv-1.1.7.tar.gz

-29.1 KB
Binary file not shown.

dist/pythonic-cv-1.1.8.tar.gz

29.1 KB
Binary file not shown.
-27.6 KB
Binary file not shown.
27.6 KB
Binary file not shown.

pythonic_cv.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Metadata-Version: 2.1
22
Name: pythonic-cv
3-
Version: 1.1.7
3+
Version: 1.1.8
44
Summary: Performant pythonic wrapper of unnecessarily painful opencv functionality
55
Home-page: https://github.com/ES-Alexander/pythonic-cv
66
Author: ES-Alexander
77
Author-email: sandman.esalexander@gmail.com
88
License: UNKNOWN
99
Description: _________________________________
10-
Version: 1.1.7
10+
Version: 1.1.8
1111
Author: ES Alexander
1212
Release Date: 22/Dec/2020
1313
_________________________________

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='pythonic-cv',
8-
version='1.1.7',
8+
version='1.1.8',
99
author='ES-Alexander',
1010
author_email='sandman.esalexander@gmail.com',
1111
description='Performant pythonic wrapper of unnecessarily painful opencv functionality',

0 commit comments

Comments
 (0)