Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Revert to __version__ = "999"
  • Loading branch information
ecmwf-cobarzan authored Jul 26, 2024
1 parent a9ab756 commit 8ab3726
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__ = "0.2.5"
__version__ = "999"

__all__ = ["__version__"]

0 comments on commit 8ab3726

Please sign in to comment.