From d872ff3e4eb08064def56620eabb0d5eaea5bd64 Mon Sep 17 00:00:00 2001 From: Bhathiya Perera Date: Sun, 18 Sep 2022 13:02:50 +0100 Subject: [PATCH] bump setup.py to 0.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35013b6..53aa391 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pydoro", - version="0.2.2", + version="0.2.3", # Get the description from second line & remove `*` character description=long_description.splitlines()[2][1:-1], long_description=long_description,