From 1f3240317b2f752cbdcb13ec532670b756606d02 Mon Sep 17 00:00:00 2001 From: deeplook Date: Sat, 27 Apr 2024 11:16:16 +0200 Subject: [PATCH] Bump version to 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f490898..bad5f1e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name="sparklines", - version="0.4.2", + version="0.5.0", author="Dinu Gherman", author_email="gherman@darwin.in-berlin.de", description="Generate sparklines for numbers using Unicode characters only.",