Skip to content

Commit

Permalink
Update version to v0.10.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Nov 21, 2021
1 parent d067bfb commit e6b708f
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.0rc1
version = 0.10.0rc2
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.0rc1'
__version__ = '0.10.0rc2'

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

0 comments on commit e6b708f

Please sign in to comment.