We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bac61e commit 491302aCopy full SHA for 491302a
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.7.0"
+ version = "1.8.0"
43
is_release = False
44
is_enterprise = False
45
splash = (
0 commit comments