Skip to content

Commit d0b1e47

Browse files
committed
reset version number for pypi release
1 parent aec0c7b commit d0b1e47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
- Calculating the correlations between variables
2222
- Calculating vertical statistics for the likes of oceanic data
2323
- Calculating ensemble statistics
24-
- Calculating phenological metrics
2524
2625
Operation of the package requires the installation of Climate Data Operators (CDO). This is the computational backend for most of the methods used. No knowledge of CDO is required to use nctoolkit. A couple of methods provide users with the option of using netCDF Operators (NCO) as a backend. Guidance for how to install the backends are available `here <https://nctoolkit.readthedocs.io/en/stable/installing.html>`__.
2726
@@ -47,7 +46,7 @@
4746
REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()]
4847

4948
setup(name='nctoolkit',
50-
version='1.1.12',
49+
version='1.1.11',
5150
description=DESCRIPTION,
5251
description_content_type='text/plain',
5352
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)