Skip to content

Commit bf79f14

Browse files
committed
Upgrade version to 0.3 for release
1 parent 1118b52 commit bf79f14

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: package.json

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

Diff for: src/sparsify/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
# flake8: noqa
2121
# isort: skip_file
2222

23-
__version__ = "0.2.0"
24-
2523
# be sure to import all logging first and at the root
2624
# this keeps other loggers in nested files creating from the root logger setups
2725
from .log import *

0 commit comments

Comments
 (0)