Indicate that we are working on a new version.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/67dcedf8 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/67dcedf8 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/67dcedf8 Branch: refs/heads/trunk Commit: 67dcedf8bdde7b1b8b258be8344c4e4988fbf329 Parents: f08a218 Author: Tomaz Muraus <[email protected]> Authored: Wed Feb 18 16:27:16 2015 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Wed Feb 18 16:27:16 2015 +0100 ---------------------------------------------------------------------- libcloud/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/67dcedf8/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 5f7d027..f30729b 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.17.0' +__version__ = '0.17.1-dev' import os
