summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-30 14:29:23 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-30 14:29:23 +0000
commit2d4fd80c4ad60e23d28549bde3e7eaa4d364ce4e (patch)
tree45fb85250ec17b0b8d41185240b4577cd5baef9e
parent1826018615182a7afbfa0348742ea74bbc6c6bf8 (diff)
Bump version to 0.13.9telepathy-python-0.13.9
-rw-r--r--telepathy/_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy/_version.py b/telepathy/_version.py
index 36591b4..7e3dd32 100644
--- a/telepathy/_version.py
+++ b/telepathy/_version.py
@@ -1,4 +1,4 @@
__all__ = ('version', '__version__')
-version = (0, 13, 8, 1)
+version = (0, 13, 9)
__version__ = '.'.join(str(x) for x in version)