summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2014-12-28 18:36:53 +0100
committerUltrabug <ultrabug@gentoo.org>2014-12-28 18:36:53 +0100
commit798558fa55091fd5e284ba041ec8f780d62953b2 (patch)
tree9230dc8e91a6fd2c5ebb28f015202266f8b46b1d
parente407d53675a140d665f586af31e7ff3de73ff049 (diff)
this is py3status 2.0
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c04ef73..78c7447 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ def read(fname):
setup(
name='py3status',
- version='1.6',
+ version='2.0',
author='Ultrabug',
author_email='ultrabug@ultrabug.net',
description='py3status is an extensible i3status wrapper written in python',