From ebf5abb9285ae04f18466f22f03d3e074cff309e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 9 Oct 2010 20:58:09 +0100 Subject: Fix version number. --- ttystatus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py index f7d7424..4539149 100644 --- a/ttystatus/__init__.py +++ b/ttystatus/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . -version = '0.6' +version = '0.7' from messager import Messager from status import TerminalStatus -- cgit v1.2.1