We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f752f61 commit e372605Copy full SHA for e372605
src/parcels/__init__.py
@@ -4,7 +4,7 @@
4
__version__ = _version("parcels")
5
except Exception:
6
# Local copy or not installed with setuptools.
7
- __version__ = "9999"
+ __version__ = "unknown"
8
9
import warnings as _stdlib_warnings
10
0 commit comments