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 3cb3fc8dcd8386b7eecea4a723e578afe5a0fc3e Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Fri Aug 18 21:22:07 2023 +0200 Indicate we are now working on 3.8.1.dev. --- libcloud/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 3d3098773..39e5507bc 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -39,7 +39,7 @@ except ImportError: __all__ = ["__version__", "enable_debug"] -__version__ = "3.8.0" +__version__ = "3.8.1.dev" def enable_debug(fo):