Skip to content

Commit a9ab756

Browse files
Update __init__.py
Prepare release 0.2.5
1 parent ab02b4d commit a9ab756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cads_mars_server/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
from .version import __version__
2121
except ImportError: # pragma: no cover
2222
# Local copy or not installed with setuptools
23-
__version__ = "999"
23+
__version__ = "0.2.5"
2424

2525
__all__ = ["__version__"]

0 commit comments

Comments
 (0)