Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 5bae8d5

Browse files
authored
Update version to 0.2.0 for release (#109)
1 parent 01c86ed commit 5bae8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
_PACKAGE_NAME = "sparseml"
23-
_VERSION = "0.1.1"
23+
_VERSION = "0.2.0"
2424
_VERSION_MAJOR, _VERSION_MINOR, _VERSION_BUG = _VERSION.split(".")
2525
_VERSION_MAJOR_MINOR = f"{_VERSION_MAJOR}.{_VERSION_MINOR}"
2626
_NIGHTLY = "nightly" in sys.argv

0 commit comments

Comments
 (0)