diff --git a/setup.py b/setup.py index 40ae027..0e70f09 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from distutils.core import setup setup(name='pv_atmos', - version='2.0', + version='2.0.1', description='Utilities for scientific visualization with ParaView', - long_description='This package is described in a peer-reviewed open access article, which can be found at http://dx.doi.org/10.5334/jors.al', + long_description='Adds convenient functionality to visualize netCDF data in arbitrary coordinates, including logarithmic and spherical geometries. Mainly created for atmospheric and oceanic sciences in mind, it is general enough to be useful for many other applications. Read more on the GitHub page, or in the peer-reviewed open access article, which can be found at http://dx.doi.org/10.5334/jors.al', author='Martin Jucker', url='https://github.com/mjucker/pv_atmos', package_dir={'pv_atmos': ''},