Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 8e0242b

Browse files
authored
Upgrade version to 0.5.1 for bug fix release (#123)
1 parent ec3c3f4 commit 8e0242b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deepsparse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from deepsparse.generated_version import is_release, splash, version
3939
except Exception:
4040
# otherwise, fall back to version info in this file
41-
version = "0.5.0"
41+
version = "0.5.1"
4242
is_release = False
4343
splash = (
4444
"DeepSparse Engine, Copyright 2021-present / Neuralmagic, Inc. "

0 commit comments

Comments
 (0)