This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.17 by this push:
new 9fdcb6d41d Version number
9fdcb6d41d is described below
commit 9fdcb6d41d4e80893317c582ab21e490eb3f581d
Author: nvazquez <[email protected]>
AuthorDate: Mon Jun 6 11:27:02 2022 -0300
Version number
---
tools/marvin/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py
index 5352c0df01..6e4ea5ffdb 100644
--- a/tools/marvin/setup.py
+++ b/tools/marvin/setup.py
@@ -27,7 +27,7 @@ except ImportError:
raise RuntimeError("python setuptools is required to build Marvin")
-VERSION = "4.17.0.0"
+VERSION = "4.17.1.0-SNAPSHOT"
setup(name="Marvin",
version=VERSION,