diff --git a/CHANGES.md b/CHANGES.md index c247a59..4c8510a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -version 1.1.5 (not yet released) +version 1.1.5 --------------------------------- Bug Fixes diff --git a/fitsio/__init__.py b/fitsio/__init__.py index 2792165..c83a26a 100644 --- a/fitsio/__init__.py +++ b/fitsio/__init__.py @@ -5,7 +5,7 @@ usage. """ -__version__ = '1.1.4' +__version__ = '1.1.5' from . import fitslib diff --git a/setup.py b/setup.py index afdd162..7158ad8 100644 --- a/setup.py +++ b/setup.py @@ -271,7 +271,7 @@ def check_system_cfitsio_objects(self, obj_name): setup( name="fitsio", - version="1.1.4", + version="1.1.5", description=description, long_description=long_description, long_description_content_type='text/markdown; charset=UTF-8; variant=GFM',