Skip to content

Commit

Permalink
Update version to 0.11.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jan 31, 2023
1 parent c151720 commit 2677748
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.11.0.dev0
version = 0.11.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 summarize, Skeleton, sholl_analysis

__version__ = '0.11.0.dev0'
__version__ = '0.11.0rc2'

__all__ = ['summarize', 'Skeleton', 'sholl_analysis']

0 comments on commit 2677748

Please sign in to comment.