diff --git a/conans/__init__.py b/conans/__init__.py index fa6d296c9ec..94476bb9ed7 100644 --- a/conans/__init__.py +++ b/conans/__init__.py @@ -22,5 +22,4 @@ SERVER_CAPABILITIES = [COMPLEX_SEARCH_CAPABILITY, REVISIONS] # Server is always with revisions DEFAULT_REVISION_V1 = "0" -__version__ = '1.26.0-dev' - +__version__ = '1.27.0-dev'