You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/08/02 11:35:46 UTC

[libcloud] 01/06: Indicate we are working on a dev version.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 93447cb9a4f85124366d5b46ba08d05f703af4f2
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Jul 29 16:32:22 2020 +0200

    Indicate we are working on a dev version.
---
 libcloud/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index a30e546..31e1d7d 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '3.1.0'
+__version__ = '3.1.1-dev'
 
 
 def enable_debug(fo):