Skip to content

Commit d0dbef6

Browse files
committed
increment version
1 parent a4ec3fa commit d0dbef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/install-test-conda-forge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install package
3131
run: |
3232
conda info
33-
conda install homonim>=0.4.1
33+
conda install homonim>=0.4.2
3434
conda list
3535
3636
- name: Install OpenCV Linux dependencies

homonim/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.1'
1+
__version__ = '0.4.2'

0 commit comments

Comments
 (0)