summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-06-20 10:08:07 +1200
committerLars Wirzenius <liw@liw.fi>2010-06-20 10:08:07 +1200
commite65c5b754375820e56cc3d14e006513e2aeba689 (patch)
treed06d55767c41bd94f46fa0404ec4d14dcd5e1011
parent7f8e888c90e0967da23a5238556ba28f6d1133b3 (diff)
downloadpython-ttystatus-e65c5b754375820e56cc3d14e006513e2aeba689.tar.gz
Bump version number so it matches debian/changelog.
-rw-r--r--ttystatus/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 31e7294..d91e8f5 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.2'
+version = '0.3'
from messager import Messager
from status import TerminalStatus