diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-02-19 11:19:10 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-02-19 11:19:10 +0000 |
commit | 19645f882866554b9fda6d4c90e115d8a826c2f5 (patch) | |
tree | 33dcfb84476dd7cd6681d208d013f3316f3e4663 | |
parent | 2476b27e4324744a083eab6110743bf84841edc7 (diff) |
version 0.13.8telepathy-python-0.13.8
-rw-r--r-- | telepathy/__init__.py | 2 |
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 * |