diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-05-14 16:44:32 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-05-14 16:44:32 +0000 |
commit | 20f3ba97d9d78c076d3c6c7d5b95e6ac76ee79a4 (patch) | |
tree | 2182f9a0cf584b6c667a9f614569f49d9c0b0053 | |
parent | 7eca8923e82461e0cf5945733c6261aa0ac8412a (diff) |
Bump version to 0.13.10 - the 0.13.9 release seems to be missing some of the code?telepathy-python-0.13.10
-rw-r--r-- | telepathy/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy/_version.py b/telepathy/_version.py index 1dc828c..a742004 100644 --- a/telepathy/_version.py +++ b/telepathy/_version.py @@ -1,4 +1,4 @@ __all__ = ('version', '__version__') -version = (0, 13, 9, 1) +version = (0, 13, 10) __version__ = '.'.join(str(x) for x in version) |