Skip to content

Commit f710263

Browse files
committed
Bump version to 0.10.0
1 parent e6b708f commit f710263

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.10.0rc2
10+
version = 0.10.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 skeleton_to_csgraph, branch_statistics, summarize, Skeleton
22

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

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

0 commit comments

Comments
 (0)