summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-19 11:19:10 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-19 11:19:10 +0000
commit19645f882866554b9fda6d4c90e115d8a826c2f5 (patch)
tree33dcfb84476dd7cd6681d208d013f3316f3e4663
parent2476b27e4324744a083eab6110743bf84841edc7 (diff)
-rw-r--r--telepathy/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy/__init__.py b/telepathy/__init__.py
index cc0c3f2..dda0cf5 100644
--- a/telepathy/__init__.py
+++ b/telepathy/__init__.py
@@ -17,7 +17,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-version = (0, 13, 7)
+version = (0, 13, 8)
__version__ = '.'.join(str(x) for x in version)
from telepathy.constants import *