Skip to content

Commit

Permalink
ENH: Bump version to 1.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 10, 2022
1 parent 21349b2 commit 08f4f95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Matthew McCormick'

# The full version, including alpha/beta/rc tags
release = '1.0a4'
release = '1.0a5'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -51,4 +51,4 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']
2 changes: 1 addition & 1 deletion itkwidgets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""itkwidgets: Interactive widgets to visualize images, point sets, and 3D geometry on the web."""

__version__ = "1.0a4"
__version__ = "1.0a5"

from imjoy_rpc import register_default_codecs
register_default_codecs()
Expand Down

0 comments on commit 08f4f95

Please sign in to comment.