From 8677b750cc325a0df1520a62a0e6504238859654 Mon Sep 17 00:00:00 2001 From: JaDogg Date: Wed, 16 Oct 2019 17:35:12 +0100 Subject: [PATCH] Bump version to 0.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a56fc27..f8d7e1b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="pydoro", - version="0.1.3", + version="0.1.4", # Get the description from second line & remove `*` character description=long_description.splitlines()[2][1:-1], long_description=long_description,