Skip to content

Commit b3869ee

Browse files
committed
ENH: Bump version to 1.0a6
1 parent faa5410 commit b3869ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = 'Matthew McCormick'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '1.0a5'
29+
release = '1.0a6'
3030

3131

3232
# -- General configuration ---------------------------------------------------

itkwidgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""itkwidgets: Interactive widgets to visualize images, point sets, and 3D geometry on the web."""
22

3-
__version__ = "1.0a5"
3+
__version__ = "1.0a6"
44

55
from imjoy_rpc import register_default_codecs
66
register_default_codecs()

0 commit comments

Comments
 (0)