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