Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofiori committed Jan 23, 2023
1 parent 9fb5afc commit 011a732
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.7.3",
"nebullvm>=0.8.0",
"tabulate>=0.8.0",
]

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

setup(
name="speedster",
version="0.1.3",
version="0.2.0",
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 @@ -71,7 +71,7 @@
SPEEDSTER_FEEDBACK_COLLECTOR = FeedbackCollector(
url="https://nebuly.cloud/v1/store_speedster_results",
disable_telemetry_environ_var="SPEEDSTER_DISABLE_TELEMETRY",
app_version="0.1.3",
app_version="0.2.0",
)


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

0 comments on commit 011a732

Please sign in to comment.