Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
add version + release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-p committed Sep 19, 2019
1 parent 3819bab commit d340dff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GAIA_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from uncertainties import ufloat
from uncertainties import unumpy as unp
from modules import getData, writeOut, makePlot
from modules._version import __version__

# GaiaDR2 = 'I/345/gaia2'
# Hardcoded to work on Gaia DR2 data.
Expand All @@ -28,6 +29,10 @@ def main():
http://vizier.u-strasbg.fr/viz-bin/VizieR?-source=II/349&-to=3
"""
print("\n*******************")
print(" GaiaQuery {}".format(__version__))
print("*******************")

params, clusters = readInput()
read, col1_n, col2_n, babusiaux_filters = params

Expand Down
1 change: 1 addition & 0 deletions modules/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "v1.0"

0 comments on commit d340dff

Please sign in to comment.