updated to version 0.0.3

added vision daemon which runs in the background
added more documentation to vision module
now including opencv dependencies in complib package
This commit is contained in:
Joel 2021-01-21 23:55:26 +01:00
parent b06962e955
commit 77c2354c00
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
12 changed files with 201 additions and 16 deletions

View file

@ -1,4 +1,4 @@
__version__ = "0.0.2"
__version__ = "0.0.3"
import compLib.LogstashLogging
import logging