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

Commit 676fdbf

Browse files
authored
Update version to 0.2.0 for release (#52)
1 parent 8287d65 commit 676fdbf

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
@@ -18,7 +18,7 @@
1818
from setuptools import find_packages, setup
1919

2020
_PACKAGE_NAME = "sparsezoo"
21-
_VERSION = "0.1.1"
21+
_VERSION = "0.2.0"
2222
_VERSION_MAJOR, _VERSION_MINOR, _VERSION_BUG = _VERSION.split(".")
2323
_VERSION_MAJOR_MINOR = f"{_VERSION_MAJOR}.{_VERSION_MINOR}"
2424
_NIGHTLY = "nightly" in sys.argv

0 commit comments

Comments
 (0)