Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Aug 22, 2024
1 parent 875051f commit ee12c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_celltree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from numba_celltree.celltree import CellTree2d

__version__ = "0.1.8"
__version__ = "0.2.0"

__all__ = ("CellTree2d",)

0 comments on commit ee12c57

Please sign in to comment.