We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c857c commit 373e041Copy full SHA for 373e041
src/deepsparse/version.py
@@ -39,7 +39,7 @@
39
from deepsparse.generated_version import is_enterprise, is_release, splash, version
40
except Exception:
41
# otherwise, fall back to version info in this file
42
- version = "1.5.2"
+ version = "1.5.3"
43
is_release = False
44
is_enterprise = False
45
splash = (
0 commit comments