From a9ab75673f8d153341c3b58d223ae9bacf73513f Mon Sep 17 00:00:00 2001 From: Corvin-Petrut COBARZAN <127338708+ecmwf-cobarzan@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:50:17 +0100 Subject: [PATCH] Update __init__.py Prepare release 0.2.5 --- cads_mars_server/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cads_mars_server/__init__.py b/cads_mars_server/__init__.py index 319c6fb..eb469e5 100644 --- a/cads_mars_server/__init__.py +++ b/cads_mars_server/__init__.py @@ -20,6 +20,6 @@ from .version import __version__ except ImportError: # pragma: no cover # Local copy or not installed with setuptools - __version__ = "999" + __version__ = "0.2.5" __all__ = ["__version__"]