Skip to content

Commit

Permalink
add version number in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
pgris committed Jul 15, 2020
1 parent 491124a commit eecbd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__='v1.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run(self):

setup(
name='sn_pipe',
version='1.0.0',
version=__version__,
description='A framework to run the Survey Strategy Support pipeline for supernovae',
url='http://github.com/lsstdesc/sn_pipe',
author='Philippe Gris',
Expand Down

0 comments on commit eecbd90

Please sign in to comment.