diff --git a/conans/__init__.py b/conans/__init__.py index 7458ba70e60..0d14e751012 100644 --- a/conans/__init__.py +++ b/conans/__init__.py @@ -20,4 +20,4 @@ SERVER_CAPABILITIES = [COMPLEX_SEARCH_CAPABILITY, REVISIONS] # Server is always with revisions DEFAULT_REVISION_V1 = "0" -__version__ = '1.59.0-dev' +__version__ = '1.59.0'