Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Prepare release 0.2.5
  • Loading branch information
ecmwf-cobarzan authored Jul 26, 2024
1 parent ab02b4d commit a9ab756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cads_mars_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__"]

0 comments on commit a9ab756

Please sign in to comment.