Skip to content

Commit 07b3c67

Browse files
committed
Update version to v0.11.0
1 parent 2677748 commit 07b3c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ norecursedirs = doc
77

88
[metadata]
99
name = skan
10-
version = 0.11.0rc2
10+
version = 0.11.0
1111
url = https://jni.github.io/skan
1212
download_url = https://github.com/jni/skan
1313
license = BSD 3-Clause

src/skan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .csr import summarize, Skeleton, sholl_analysis
22

3-
__version__ = '0.11.0rc2'
3+
__version__ = '0.11.0'
44

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

0 commit comments

Comments
 (0)