Skip to content

Commit

Permalink
rename version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Oct 19, 2021
1 parent 734ce06 commit 47ecd2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
)

# The short X.Y version
version = "0.3"
version = "0.4"
# The full version, including alpha/beta/rc tags
release = "0.3.0"
release = "0.4.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.3.2 `October 19, 2021`
Version 0.4.0 `October 19, 2021`
---------------------------------

- Add ``obsp`` and ``varp`` fields to store graph representation in terms of square matrices.
Expand Down

0 comments on commit 47ecd2b

Please sign in to comment.