From fbd44cd4dd30a2c49509a61bdb7dca589d96fabb Mon Sep 17 00:00:00 2001 From: enkore Date: Thu, 23 Oct 2014 14:22:03 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d671f26..5f0dc417 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name="i3pystatus", - version="3.30", + version="3.31", description="Like i3status, this generates status line for i3bar / i3wm", url="http://github.com/enkore/i3pystatus", license="MIT",