Skip to content

Commit

Permalink
Change version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
morgoth95 committed Sep 2, 2022
1 parent bf507a6 commit 620c6d0
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.0"
VERSION = "0.4.1"
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 @@ -24,7 +24,7 @@

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

0 comments on commit 620c6d0

Please sign in to comment.