Skip to content

Commit 5b32a23

Browse files
authored
Merge pull request #42 from BlueMirrors/bump-release-version
Bump release version
2 parents 0765681 + 6747623 commit 5b32a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cvu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
writer.write(frame)
2525
```
2626
"""
27-
__version__ = "0.0.1a1"
27+
__version__ = "0.0.2"

setup.py

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

1212
# This call to setup() does all the work
1313
setup(name="cvu-python",
14-
version="0.0.1a1",
14+
version="0.0.2",
1515
description="Computer Vision deployment tools for dummies and experts.",
1616
long_description=README,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)