Skip to content

Commit e372605

Browse files
committed
Update version to unknown
1 parent f752f61 commit e372605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parcels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__version__ = _version("parcels")
55
except Exception:
66
# Local copy or not installed with setuptools.
7-
__version__ = "9999"
7+
__version__ = "unknown"
88

99
import warnings as _stdlib_warnings
1010

0 commit comments

Comments
 (0)