We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2677748 commit 07b3c67Copy full SHA for 07b3c67
setup.cfg
@@ -7,7 +7,7 @@ norecursedirs = doc
7
8
[metadata]
9
name = skan
10
-version = 0.11.0rc2
+version = 0.11.0
11
url = https://jni.github.io/skan
12
download_url = https://github.com/jni/skan
13
license = BSD 3-Clause
src/skan/__init__.py
@@ -1,5 +1,5 @@
1
from .csr import summarize, Skeleton, sholl_analysis
2
3
-__version__ = '0.11.0rc2'
+__version__ = '0.11.0'
4
5
__all__ = ['summarize', 'Skeleton', 'sholl_analysis']
0 commit comments