Skip to content

Commit

Permalink
update version to 0.3.1 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: dhuang <[email protected]>
Co-authored-by: Mark Kurtz <[email protected]>
  • Loading branch information
3 people authored May 12, 2021
1 parent 5253542 commit 7e2edc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparsify",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/sparsify/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from datetime import date


version_base = "0.3.0"
version_base = "0.3.1"
is_release = False # change to True to set the generated version as a release version


Expand Down

0 comments on commit 7e2edc7

Please sign in to comment.