Skip to content

Commit

Permalink
Update version and demo notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Brammer committed Sep 12, 2017
1 parent acd88ca commit 50d8ad7
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 375 deletions.
223 changes: 96 additions & 127 deletions examples/NewSpectrumFits.ipynb

Large diffs are not rendered by default.

385 changes: 142 additions & 243 deletions examples/WFC3IR_Reduction.ipynb

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions grizli/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
"""
Dummy file to hold the latest code version
"""
# Should be one commit behind latest
__version__ = "0.2.1-180-gb99cb04"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def read(fname):

setup(
name = "grizli",
version = "0.2.1",
version = "0.3.0",
author = "Gabriel Brammer",
author_email = "gbrammer@gmail.com",
description = "Grism redshift and line analysis software",
Expand Down

0 comments on commit 50d8ad7

Please sign in to comment.