Skip to content

Commit

Permalink
release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
morgoth95 committed Sep 12, 2022
1 parent db379e9 commit be22856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nebullvm/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os


VERSION = "0.4.2"
VERSION = "0.4.3"
LEARNER_METADATA_FILENAME = "metadata.json"
NO_COMPILER_INSTALLATION = int(os.getenv("NO_COMPILER_INSTALLATION", "0")) > 0
ONNX_OPSET_VERSION = 13
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="nebullvm",
version="0.4.2",
version="0.4.3",
packages=find_packages(),
install_requires=REQUIREMENTS,
long_description=long_description,
Expand Down

0 comments on commit be22856

Please sign in to comment.