From 6904ba6a54b3fddb695864be1c97f07c93d43c76 Mon Sep 17 00:00:00 2001 From: Jeremy Asuncion Date: Wed, 29 Jun 2022 09:22:48 -0700 Subject: [PATCH] Update to 0.1.6 --- docs/conf.py | 2 +- src/napari_sphinx_theme/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__)