diff options
author | Lars Wirzenius <liw@liw.fi> | 2012-04-15 19:40:58 +0100 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2012-04-15 19:40:58 +0100 |
commit | 5b5488023e1278d5816111a9fff28f16c55e993a (patch) | |
tree | d45ab17dd4135280d6b90f235104942103e407d1 /ttystatus | |
parent | 394d6f5401cd79eb7b1624d23f3d8f4804144c78 (diff) | |
download | python-ttystatus-5b5488023e1278d5816111a9fff28f16c55e993a.tar.gz |
Prepare release 0.17ttystatus-0.17
Diffstat (limited to 'ttystatus')
-rw-r--r-- | ttystatus/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py index 59f2d66..c0b1cfa 100644 --- a/ttystatus/__init__.py +++ b/ttystatus/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -__version__ = '0.16' +__version__ = '0.17' from messager import Messager from status import TerminalStatus |