Skip to content

Commit

Permalink
Added new version number and echo %PATH%
Browse files Browse the repository at this point in the history
  • Loading branch information
Demmenie committed Jul 3, 2024
1 parent eba0942 commit 7f7a07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
$env:Path += ";D:\a\videohash2\videohash2"
- name: Check FFmpeg is installed properly
run: |
echo %PATH%
ffmpeg -version
- name: Build test the package
run: |
Expand Down
2 changes: 1 addition & 1 deletion videohash2/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
)

__url__ = "https://demmenie.github.io/videohash2/"
__version__ = "3.0.2"
__version__ = "3.0.3"
__status__ = "production"
__author__ = "Akash Mahanty and Chico Demmenie"
__author_email__ = "cdemmenie@gmail.com"
Expand Down

0 comments on commit 7f7a07a

Please sign in to comment.