Skip to content

Commit

Permalink
Merge pull request #42 from BlueMirrors/bump-release-version
Browse files Browse the repository at this point in the history
Bump release version
  • Loading branch information
mavihs7 authored Dec 19, 2022
2 parents 0765681 + 6747623 commit 5b32a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cvu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
writer.write(frame)
```
"""
__version__ = "0.0.1a1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

0 comments on commit 5b32a23

Please sign in to comment.