From b3869ee6ea3f1012c2b4fcfd5535d922258c8d72 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 29 Jul 2022 15:56:45 -0400 Subject: [PATCH] ENH: Bump version to 1.0a6 --- docs/conf.py | 2 +- itkwidgets/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 075f7134..3bffb262 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = 'Matthew McCormick' # The full version, including alpha/beta/rc tags -release = '1.0a5' +release = '1.0a6' # -- General configuration --------------------------------------------------- diff --git a/itkwidgets/__init__.py b/itkwidgets/__init__.py index bf5d46ea..056c7be1 100644 --- a/itkwidgets/__init__.py +++ b/itkwidgets/__init__.py @@ -1,6 +1,6 @@ """itkwidgets: Interactive widgets to visualize images, point sets, and 3D geometry on the web.""" -__version__ = "1.0a5" +__version__ = "1.0a6" from imjoy_rpc import register_default_codecs register_default_codecs()