From c2334d1f849a2e81f3aab47c1bc320b0286b20c8 Mon Sep 17 00:00:00 2001 From: Piotr Date: Tue, 21 May 2024 09:05:28 +0200 Subject: [PATCH] set version 0.0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index def0670..1e18b56 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="plotai", - version="0.0.4", + version="0.0.5", description="Create plots in Python with AI", long_description=long_description, long_description_content_type="text/markdown",