From fa1f6c534c129dfe8429b4731a5381cbf88a2fde Mon Sep 17 00:00:00 2001 From: enkore Date: Wed, 6 Mar 2013 18:04:14 +0100 Subject: [PATCH] Version bump to 3.1 for the latest changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1be0468..d921461 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name="i3pystatus", - version="3", + version="3.1", description="Like i3status, this generates status line for i3bar / i3wm", url="http://github.com/enkore/i3pystatus", license="MIT",