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 faa5410 commit b3869eeCopy full SHA for b3869ee
docs/conf.py
@@ -26,7 +26,7 @@
26
author = 'Matthew McCormick'
27
28
# The full version, including alpha/beta/rc tags
29
-release = '1.0a5'
+release = '1.0a6'
30
31
32
# -- General configuration ---------------------------------------------------
itkwidgets/__init__.py
@@ -1,6 +1,6 @@
1
"""itkwidgets: Interactive widgets to visualize images, point sets, and 3D geometry on the web."""
2
3
-__version__ = "1.0a5"
+__version__ = "1.0a6"
4
5
from imjoy_rpc import register_default_codecs
6
register_default_codecs()
0 commit comments