diff options
author | <robert.mcqueen@collabora.co.uk> | 2006-04-10 17:00:38 +0000 |
---|---|---|
committer | <robert.mcqueen@collabora.co.uk> | 2006-04-10 17:00:38 +0000 |
commit | f81fc9e9123eaa0e186a30b4cff8042a20554968 (patch) | |
tree | 2b7bbc42bc2f6968642fa0599fa2fe1e808f2ec3 | |
parent | 7a1791ab75db41ed61fad4ea3de56cd63467fd84 (diff) |
change spec version to 0.13.0telepathy-spec-0.13.0
-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 e98f169a..886a3bcc 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, 12, 0) +version = (0, 13, 0) from constants import * from errors import * |