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 97e7b25 commit a34c0f5Copy full SHA for a34c0f5
CHANGES.md
@@ -1,4 +1,4 @@
1
-## Changes in 0.0.2 (in development)
+## Changes in 0.0.2
2
3
- Handle unpacked data directories (#3)
4
README.md
@@ -36,7 +36,7 @@ mamba activate xarray-enmap
36
Install xarray-enmap itself:
37
38
```bash
39
-pip install --no-deps editable .
+pip install --no-deps --editable .
40
```
41
42
## Usage
xarray_enmap/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.2.dev0"
+__version__ = "0.0.2"
0 commit comments