Skip to content

Commit

Permalink
update to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshksr committed May 22, 2024
1 parent a26dcbd commit 8fd7aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packager.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "cv-mediapipe"
product-name = "Computer Vision with MediaPipe"
version = "0.1.0"
version = "0.2.0"
binaries = [{ path = "AIVision", main = true }]
identifier = "com.mediapipe.aivision"
before-packaging-command = "pyinstaller --clean --onefile --windowed --name AIVision --add-data src/cv_mediapipe/assets;assets --icon src/cv_mediapipe/assets/app_icon.png src/cv_mediapipe/__main__.py"
Expand Down
2 changes: 1 addition & 1 deletion src/cv_mediapipe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = ["__version__"]

0 comments on commit 8fd7aa5

Please sign in to comment.