Skip to content

Commit

Permalink
Uprev to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markBowman committed Feb 15, 2022
1 parent 74e3e50 commit 1d02d43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to PyPI and test PyPI
name: Publish to PyPI

on: create

Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ 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
V 0.4.6 - No functional change
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.5",
version="0.4.6",
description=DESCRIPTION,
long_description=DESCRIPTION,
author='Jon Nation',
Expand Down

0 comments on commit 1d02d43

Please sign in to comment.