From 8e2dcdd8b2f5b7a3010d7f7faa7f53d00ce243d9 Mon Sep 17 00:00:00 2001 From: Thomas Saigre Date: Sun, 3 Mar 2024 10:02:20 +0100 Subject: [PATCH] version 0.1.2 -> 0.1.3 --- pyproject.toml | 2 +- src/tikzplotly/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c251588..61c4336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tikzplotly" -version = "0.1.2" +version = "0.1.3" description = "Convert plotly figures to LaTeX / tikz figures" readme = "README.md" authors = [{name = "Thomas Saigre", email = "tikzplotly@outlook.fr"}] diff --git a/src/tikzplotly/__about__.py b/src/tikzplotly/__about__.py index d1f2e39..acf3be3 100644 --- a/src/tikzplotly/__about__.py +++ b/src/tikzplotly/__about__.py @@ -1 +1 @@ -__version__ = "0.1.1" \ No newline at end of file +__version__ = "0.1.3" \ No newline at end of file