Skip to content

Commit

Permalink
updated version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Nov 5, 2024
1 parent 6fecc37 commit 3bafd02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sparsestack"
version = "0.5.1"
version = "0.6.0"
description = "Python library to handle stacks of sparse COO arrays efficiently."
authors = ["Florian Huber <florian.huber@hs-duesseldorf.de>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sparsestack/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.1'
__version__ = '0.6.0'

0 comments on commit 3bafd02

Please sign in to comment.