Skip to content

Commit

Permalink
Merge pull request #144 from shanosborne/release-5.1.0
Browse files Browse the repository at this point in the history
Release version 5.1.0
  • Loading branch information
shanosborne authored Jun 2, 2022
2 parents 2209dff + 7f185e8 commit ad299ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,17 @@ This package was developed in a Python ≥3.8 environment.
The `jwst_magic` package installation process will also check for the following package dependencies, and automatically install them using pip if they are not found:
* `astropy`
* `jwst`
* `matplotlib`
* `numpy`
* `pandas`
* `photutils`
* `PyQt5`
* `pysiaf`
* `pytest`
* `pyyaml`
* `requests`
* `jwst`
* `scipy`
Running the Tools
-----------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from setuptools import setup, find_packages
import socket

VERSION = '5.0.0'
VERSION = '5.1.0'

INSTALL_REQUIRES = [
'numpy',
Expand Down

0 comments on commit ad299ef

Please sign in to comment.