Skip to content

Commit 8ff05a3

Browse files
committed
chore: Bump version to 1.3.0
1 parent 466a996 commit 8ff05a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mbaza-ai",
33
"productName": "Mbaza AI",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"description": "A desktop application that allows bioconservation researchers to classify camera trap animal images and analyze the results.",
66
"main": "./main.prod.js",
77
"author": {

models/runner/inference.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
warnings.filterwarnings('ignore')
2020

2121
N_TOP_RESULTS = 3
22-
APP_VERSION = '1.2.1'
22+
APP_VERSION = '1.3.0'
2323

2424
def get_images(directory):
2525
images = [os.path.join(directory, f) for f in get_all_files(directory) if is_image(f)]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mbaza-ai",
33
"productName": "Mbaza AI",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "A desktop application that allows bioconservation researchers to classify camera trap animal images and analyze the results.",
66
"scripts": {
77
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",

0 commit comments

Comments
 (0)