File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mbaza-ai" ,
3
3
"productName" : " Mbaza AI" ,
4
- "version" : " 1.2.1 " ,
4
+ "version" : " 1.3.0 " ,
5
5
"description" : " A desktop application that allows bioconservation researchers to classify camera trap animal images and analyze the results." ,
6
6
"main" : " ./main.prod.js" ,
7
7
"author" : {
Original file line number Diff line number Diff line change 19
19
warnings .filterwarnings ('ignore' )
20
20
21
21
N_TOP_RESULTS = 3
22
- APP_VERSION = '1.2.1 '
22
+ APP_VERSION = '1.3.0 '
23
23
24
24
def get_images (directory ):
25
25
images = [os .path .join (directory , f ) for f in get_all_files (directory ) if is_image (f )]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mbaza-ai" ,
3
3
"productName" : " Mbaza AI" ,
4
- "version" : " 1.2 .0" ,
4
+ "version" : " 1.3 .0" ,
5
5
"description" : " A desktop application that allows bioconservation researchers to classify camera trap animal images and analyze the results." ,
6
6
"scripts" : {
7
7
"build" : " concurrently \" yarn build-main\" \" yarn build-renderer\" " ,
You can’t perform that action at this time.
0 commit comments