diff --git a/docs/conf.py b/docs/conf.py index 7bdb5f4c..164258d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "napari Community" -release = '0.1.5' +release = '0.1.6' version = release.replace("dev0", "") # -- General configuration --------------------------------------------------- diff --git a/src/napari_sphinx_theme/__init__.py b/src/napari_sphinx_theme/__init__.py index e0007301..0c04432b 100644 --- a/src/napari_sphinx_theme/__init__.py +++ b/src/napari_sphinx_theme/__init__.py @@ -15,7 +15,7 @@ from .napari_code_theme import * from .calendar import CalendarDirective -__version__ = "0.1.5" +__version__ = "0.1.6" logger = logging.getLogger(__name__)