File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
author = 'Matthew McCormick'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '1.0a4 '
25
+ release = '1.0a5 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
51
51
# Add any paths that contain custom static files (such as style sheets) here,
52
52
# relative to this directory. They are copied after the builtin static files,
53
53
# so a file named "default.css" will overwrite the builtin "default.css".
54
- html_static_path = ['_static' ]
54
+ html_static_path = ['_static' ]
Original file line number Diff line number Diff line change 1
1
"""itkwidgets: Interactive widgets to visualize images, point sets, and 3D geometry on the web."""
2
2
3
- __version__ = "1.0a4 "
3
+ __version__ = "1.0a5 "
4
4
5
5
from imjoy_rpc import register_default_codecs
6
6
register_default_codecs ()
You can’t perform that action at this time.
0 commit comments