Skip to content

Commit

Permalink
Bump version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markBowman committed Feb 15, 2022
1 parent 7898fcb commit 2929502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ v 0.3.2 - Fix bug in multi extension fits handling
V 0.4.0 - Use astropy instead of cfitsio
V 0.4.2 - Remove dependency on filesystem paths
V 0.4.3 - Fix memory leak
V 0.4.4 - Fix for images where the zeroth HDU has shape (0,0)
V 0.4.5 - Add github actions to push to PyPI
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="fits2image",
version="0.4.4",
version="0.4.5",
description=DESCRIPTION,
long_description=DESCRIPTION,
author='Jon Nation',
Expand Down

0 comments on commit 2929502

Please sign in to comment.