Skip to content

Commit

Permalink
remove version number from application. use one from the package init…
Browse files Browse the repository at this point in the history
…. still messy. version should be defined only once, not everywhere in the package.
  • Loading branch information
KathleenLabrie committed May 8, 2019
1 parent a9be793 commit c069c44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions gempy/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '2.2.0'
4 changes: 3 additions & 1 deletion gempy/scripts/showpars.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
import astrodata
import gemini_instruments

from gempy import __version__

from recipe_system.mappers import primitiveMapper
# ------------------------------------------------------------------------------
__version__ = '2.0.0 (beta)'

# ------------------------------------------------------------------------------
def buildArgs():
parser = ArgumentParser(
Expand Down

0 comments on commit c069c44

Please sign in to comment.