From 5f3680ef6905063c60c16a10f73b11dc1657604b Mon Sep 17 00:00:00 2001 From: Nikola Sibalic Date: Sun, 31 Dec 2023 19:42:44 +0100 Subject: [PATCH] bump version --- ifigures/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ifigures/__init__.py b/ifigures/__init__.py index 1730347..fc4b98f 100644 --- a/ifigures/__init__.py +++ b/ifigures/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" from .interact import InteractiveFigure from .widgets import RadioWidget, RangeWidget, RangeWidgetViridis, DropDownWidget diff --git a/pyproject.toml b/pyproject.toml index 5f8b81f..7b716e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "interactive-publishing" -version = "0.2.1" +version = "0.2.2" description = "Templates and tools for creating interactive figures and interactive text for publishing in EPUB3/HTML5." authors = ["Nikola Sibalic "] license = "BSD-3-Clause license"