Skip to content

Commit

Permalink
v0.5.1 -- Hotfix for Linux and MacOS (#45)
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
joeyballentine committed Apr 5, 2022
1 parent f30bb33 commit f7c04bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions backend/nodes/image_iterator_nodes.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import math
import os
import sys
from msilib.schema import Directory
from posixpath import splitext

import cv2
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion backend/nodes/image_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import math
import os
import sys
from msilib.schema import Directory

import cv2
import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chainner",
"productName": "chaiNNer",
"version": "0.5.0",
"version": "0.5.1",
"description": "A flowchart based image processing GUI",
"main": ".webpack/main",
"scripts": {
Expand Down Expand Up @@ -163,4 +163,4 @@
"use-http": "^1.0.26",
"uuid": "^8.3.2"
}
}
}

0 comments on commit f7c04bb

Please sign in to comment.