Skip to content

Commit 08f4f95

Browse files
committed
ENH: Bump version to 1.0a5
1 parent 21349b2 commit 08f4f95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Matthew McCormick'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.0a4'
25+
release = '1.0a5'
2626

2727

2828
# -- General configuration ---------------------------------------------------
@@ -51,4 +51,4 @@
5151
# Add any paths that contain custom static files (such as style sheets) here,
5252
# relative to this directory. They are copied after the builtin static files,
5353
# so a file named "default.css" will overwrite the builtin "default.css".
54-
html_static_path = ['_static']
54+
html_static_path = ['_static']

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.0a4"
3+
__version__ = "1.0a5"
44

55
from imjoy_rpc import register_default_codecs
66
register_default_codecs()

0 commit comments

Comments
 (0)