Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofiori committed Feb 15, 2023
1 parent 82fef3f commit 7f54383
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/accelerate/speedster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


REQUIREMENTS = [
"nebullvm>=0.8.0",
"nebullvm>=0.8.1",
"tabulate>=0.8.0",
]

Expand All @@ -12,7 +12,7 @@

setup(
name="speedster",
version="0.2.0",
version="0.2.1",
packages=find_packages(),
install_requires=REQUIREMENTS,
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion apps/accelerate/speedster/speedster/root_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
SPEEDSTER_FEEDBACK_COLLECTOR = FeedbackCollector(
url="https://nebuly.cloud/v1/store_speedster_results",
disable_telemetry_environ_var="SPEEDSTER_DISABLE_TELEMETRY",
app_version="0.2.0",
app_version="0.2.1",
)


Expand Down
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.0"
VERSION = "0.8.1"
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.0",
version="0.8.1",
packages=find_packages(),
install_requires=REQUIREMENTS,
long_description=long_description,
Expand Down

0 comments on commit 7f54383

Please sign in to comment.