Merge pull request #20 from SimLeek/py37

Py37
This commit is contained in:
Josh Miklos
2019-03-10 17:30:37 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = '0.6.3'
__version__ = '0.6.4'
+1 -1
View File
@@ -1,3 +1,3 @@
opencv_python==3.4.5.20
localpubsub==0.0.3
localpubsub==0.0.4
numpy==1.16.1
+1 -1
View File
@@ -15,7 +15,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
REQUIRES = [
'opencv_python == 3.4.5.20',
'localpubsub == 0.0.3',
'localpubsub == 0.0.4',
'numpy == 1.16.1'
]