diff options
author | <robert.mcqueen@collabora.co.uk> | 2006-04-11 14:52:19 +0000 |
---|---|---|
committer | <robert.mcqueen@collabora.co.uk> | 2006-04-11 14:52:19 +0000 |
commit | fde5ac7f30805b3039e63110faeb777ab9d0cd12 (patch) | |
tree | 5459f73b993795a2c172258cefe92fca54f2e36a | |
parent | 0f518cd7b7b3a9b4d329697cf0edba117d818882 (diff) |
spec version 0.13.1telepathy-spec-0.13.1
-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 886a3bcc..2e348923 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, 0) +version = (0, 13, 1) from constants import * from errors import * |