Skip to content

Commit

Permalink
update versioning tools
Browse files Browse the repository at this point in the history
  • Loading branch information
holmrenser committed May 24, 2024
1 parent 6b01435 commit 1032cde
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 71 deletions.
5 changes: 3 additions & 2 deletions picea/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
__author__ = "Rens Holmer"
__version__ = "0.0.23_alpha"
from importlib.metadata import version

__version__ = version(__name__)

from .tree import ( # noqa
Tree,
Expand Down
Loading

0 comments on commit 1032cde

Please sign in to comment.