diff options
| author | Lars Wirzenius <liw@liw.fi> | 2010-10-09 20:58:09 +0100 |
|---|---|---|
| committer | Lars Wirzenius <liw@liw.fi> | 2010-10-09 20:58:09 +0100 |
| commit | ebf5abb9285ae04f18466f22f03d3e074cff309e (patch) | |
| tree | 810a51ff794f0ab8fe299ca826da7b01b14ae465 | |
| parent | eb3ff8579ea72687c2e440319adb59a6398d8cfc (diff) | |
| download | python-ttystatus-version_0_7.tar.gz | |
Fix version number.version_0_7
| -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 f7d7424..4539149 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.6' +version = '0.7' from messager import Messager from status import TerminalStatus |
