Bump version.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/02fa3a4a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/02fa3a4a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/02fa3a4a Branch: refs/heads/0.13.3 Commit: 02fa3a4a5c54c4e1b878363288c9ad03da7fa74f Parents: 0d778e0 Author: Tomaz Muraus <[email protected]> Authored: Tue Dec 31 01:10:40 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Tue Dec 31 01:10:40 2013 +0100 ---------------------------------------------------------------------- libcloud/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/02fa3a4a/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index a857a7d..78d1066 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -20,7 +20,7 @@ libcloud provides a unified interface to the cloud computing resources. """ __all__ = ['__version__', 'enable_debug'] -__version__ = '0.13.2' +__version__ = '0.13.3' import os import atexit
