Skip to content

Commit

Permalink
bump hotfix version to 1.5.3 (#1184)
Browse files Browse the repository at this point in the history
Co-authored-by: dhuang <dhuang@MacBook-Pro-2.local>
  • Loading branch information
dhuangnm and dhuang committed Aug 15, 2023
1 parent 42c857c commit 373e041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from deepsparse.generated_version import is_enterprise, is_release, splash, version
except Exception:
# otherwise, fall back to version info in this file
version = "1.5.2"
version = "1.5.3"
is_release = False
is_enterprise = False
splash = (
Expand Down

0 comments on commit 373e041

Please sign in to comment.