Skip to content

Commit

Permalink
Update nebullvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofiori committed Mar 21, 2023
1 parent 0db45c5 commit d25ad26
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 @@
from nebullvm.optional_modules.torch import torch


VERSION = "0.8.1"
VERSION = "0.9.0"
LEARNER_METADATA_FILENAME = "metadata.json"
ONNX_OPSET_VERSION = 13
NEBULLVM_DEBUG_FILE = "nebullvm_debug.json"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

0 comments on commit d25ad26

Please sign in to comment.