Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Nov 24, 2021
1 parent e6b708f commit f710263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ norecursedirs = doc

[metadata]
name = skan
version = 0.10.0rc2
version = 0.10.0
url = https://jni.github.io/skan
download_url = https://github.com/jni/skan
license = BSD 3-Clause
Expand Down
2 changes: 1 addition & 1 deletion src/skan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .csr import skeleton_to_csgraph, branch_statistics, summarize, Skeleton

__version__ = '0.10.0rc2'
__version__ = '0.10.0'

__all__ = ['skeleton_to_csgraph', 'branch_statistics', 'summarize', 'Skeleton']

0 comments on commit f710263

Please sign in to comment.