Skip to content

Commit

Permalink
reset version number for pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Jun 17, 2024
1 parent aec0c7b commit d0b1e47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
- Calculating the correlations between variables
- Calculating vertical statistics for the likes of oceanic data
- Calculating ensemble statistics
- Calculating phenological metrics
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>`__.
Expand All @@ -47,7 +46,7 @@
REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()]

setup(name='nctoolkit',
version='1.1.12',
version='1.1.11',
description=DESCRIPTION,
description_content_type='text/plain',
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit d0b1e47

Please sign in to comment.