summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2013-12-15 18:21:17 +0100
committerUltrabug <ultrabug@gentoo.org>2013-12-15 18:21:17 +0100
commitfe44db6520607a6280a8c11343864ddbeacc751e (patch)
tree78d00635d6b0e4cdd920378d4a7362626dda345d /setup.py
parent9ca0ee00a7cd12ce4a0ca7ea2b6ca8fcb55b47fa (diff)
version 1.11.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9fdf349..3e12e85 100755
--- a/setup.py
+++ b/setup.py
@@ -5,6 +5,7 @@ py3status
import os
from setuptools import find_packages, setup
+
# Utility function to read the README file.
# Used for the long_description. It's nice, because now 1) we have a top level
# README file and 2) it's easier to type in the README file than to put a raw
@@ -14,7 +15,7 @@ def read(fname):
setup(
name='py3status',
- version='1.0',
+ version='1.1',
author='Ultrabug',
author_email='ultrabug@ultrabug.net',
description='py3status is an extensible i3status wrapper written in python',