Skip to content

Commit

Permalink
updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-rodriguez committed Feb 3, 2017
1 parent 74ce42f commit f9dd5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion astrodbkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from pkg_resources import get_distribution
__version__ = '0.6.2'
__version__ = '0.6.3'
1 change: 1 addition & 0 deletions astrodbkit/astrodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,7 @@ def plot_spectrum(self, spectrum_id, table='spectra', column='spectrum', overplo
True or (min,max) wavelength range in which to normalize the spectrum
"""
# TODO: Look into axes number formats. As is it will sometimes not display any numbers for wavelength

i = self.query("SELECT * FROM {} WHERE id={}".format(table, spectrum_id), fetch='one', fmt='dict')
if i:
Expand Down

0 comments on commit f9dd5ce

Please sign in to comment.