Skip to content

Commit 75d2185

Browse files
authored
Update the version number and add note about PyPI installation (#23)
1 parent 367b995 commit 75d2185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The functionality of this repository is kept simple.
1414
After installing [iris](https://scitools-iris.readthedocs.io/en/latest/installing.html), this package can be installed with the command:
1515

1616
```bash
17-
pip install ESMValTool_sample_data@git+https://github.com/ESMValGroup/ESMValTool_sample_data
17+
pip install ESMValTool_sample_data
1818
```
1919

2020
Data can be loaded using the following command for daily or monthly timeseries data.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='ESMValTool_sample_data',
12-
version='0.0.3',
12+
version='0.0.4',
1313
description="ESMValTool sample data",
1414
long_description=readme,
1515
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)