Skip to content

Commit

Permalink
update speedster version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofiori committed Mar 21, 2023
1 parent a7a18af commit 0db45c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1",
"nebullvm>=0.9.0",
"tabulate>=0.8.0",
]

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

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


Expand Down

0 comments on commit 0db45c5

Please sign in to comment.