diff --git a/setup.py b/setup.py index bfffa7b..ac46c29 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from distutils.core import setup setup(name='greenwich', - version='0.4.1', + version='0.4.2', description='A GDAL wrapper with Python conveniences', long_description=open('README.rst').read(), author='Brian Galey',