Skip to content

Commit ec3c3f4

Browse files
authored
Update version to 0.5 (#120)
Co-authored-by: Mark Kurtz <[email protected]>
1 parent d881905 commit ec3c3f4

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.4.0"
41+
version = "0.5.0"
4242
is_release = False
4343
splash = (
4444
"DeepSparse Engine, Copyright 2021-present / Neuralmagic, Inc. "

0 commit comments

Comments
 (0)