From e95787c17a5bbf8a72cafda7b83d65c71d774697 Mon Sep 17 00:00:00 2001 From: Jack McKew Date: Mon, 26 Oct 2020 19:41:49 +1100 Subject: [PATCH] Release version 0.2.3 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 27de1ef..567f28d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Jack McKew" # The full version, including alpha/beta/rc tags -release = "0.2.2" +release = "0.2.3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index a87cbc5..aca1831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandas_alive" -version = "0.2.2" +version = "0.2.3" description = "Animated plotting extension for Pandas with Matplotlib" authors = ["JackMcKew "] readme = "README.md"