Skip to content

Commit

Permalink
release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofiori committed Jan 12, 2023
1 parent 377f2dd commit 71ffafd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/accelerate/speedster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="speedster",
version="0.1.0",
version="0.1.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 @@ -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.0",
app_version="0.1.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.7.1"
VERSION = "0.7.2"
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.1",
version="0.7.2",
packages=find_packages(),
install_requires=REQUIREMENTS,
long_description=long_description,
Expand Down

0 comments on commit 71ffafd

Please sign in to comment.