Skip to content

Commit

Permalink
Bump version to 0.2.0 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: dhuang <dhuang@dhuangs-MacBook-Pro.local>
  • Loading branch information
dhuangnm and dhuang committed Mar 22, 2021
1 parent ba45c3d commit 1852e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


_PACKAGE_NAME = "deepsparse"
_VERSION = "0.1.1"
_VERSION = "0.2.0"
_VERSION_MAJOR, _VERSION_MINOR, _VERSION_BUG = _VERSION.split(".")
_VERSION_MAJOR_MINOR = f"{_VERSION_MAJOR}.{_VERSION_MINOR}"
_NIGHTLY = "nightly" in sys.argv
Expand Down

0 comments on commit 1852e90

Please sign in to comment.