We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0765681 + 6747623 commit 5b32a23Copy full SHA for 5b32a23
cvu/__init__.py
@@ -24,4 +24,4 @@
24
writer.write(frame)
25
```
26
"""
27
-__version__ = "0.0.1a1"
+__version__ = "0.0.2"
setup.py
@@ -11,7 +11,7 @@
11
12
# This call to setup() does all the work
13
setup(name="cvu-python",
14
- version="0.0.1a1",
+ version="0.0.2",
15
description="Computer Vision deployment tools for dummies and experts.",
16
long_description=README,
17
long_description_content_type="text/markdown",
0 commit comments