Skip to content

Commit 75f08eb

Browse files
authored
Update version to 0.2.0 for release (neuralmagic#40)
* Update version to 0.2.0 for release * Update package.json
1 parent 9d26714 commit 75f08eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparsify",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/react-hooks": "^3.1.3",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
_PACKAGE_NAME = "sparsify"
24-
_VERSION = "0.1.1"
24+
_VERSION = "0.2.0"
2525
_VERSION_MAJOR, _VERSION_MINOR, _VERSION_BUG = _VERSION.split(".")
2626
_VERSION_MAJOR_MINOR = f"{_VERSION_MAJOR}.{_VERSION_MINOR}"
2727
_NIGHTLY = "nightly" in sys.argv

0 commit comments

Comments
 (0)