We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab02b4d commit a9ab756Copy full SHA for a9ab756
cads_mars_server/__init__.py
@@ -20,6 +20,6 @@
20
from .version import __version__
21
except ImportError: # pragma: no cover
22
# Local copy or not installed with setuptools
23
- __version__ = "999"
+ __version__ = "0.2.5"
24
25
__all__ = ["__version__"]
0 commit comments