From fe75e4122626a7fec4358cb42b9cdee51f55bcc9 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sat, 23 Jan 2016 10:30:19 +0530 Subject: [PATCH] Bump version and fix prev pypi upload --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3202ca8..57cef8e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ package_data = { setup( name="pytest_gui_status", - version="0.0.3", + version="0.0.4", description="Show pytest status in gui", author="Abhas Bhattacharya", author_email="abhasbhattacharya2@gmail.com",