From e8ca684adbf5c690de3d6b3b07827bed8fa5eddb Mon Sep 17 00:00:00 2001 From: lamesjaidler Date: Thu, 23 May 2024 17:16:16 +0100 Subject: [PATCH] Updated setup.py to version=0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7963a5..5ebfe04 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ } setuptools.setup( name="agridable", - version="0.0.1.post1", + version="0.0.2", author="James Laidler", url="https://github.com/Electrify-Video-Partners/AGridable", description="AGridable is a Python library which makes formatting tables in your Dash app a breeze.",