Skip to content

Commit

Permalink
Bump version: 0.5.0 -> 0.6.0 (iss #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 29, 2020
1 parent f8f9e02 commit 6dcc496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import getpass
import numpy as np

version = "0.5.0"
version = "0.6.0"

lambda0 = [3726.18, 4101.73, 4340.46, 4363.21, 4861.32, 4958.91, 5006.84]
line_type = ['Oxy2', 'Balmer', 'Balmer', 'Single', 'Balmer', 'Single', 'Single']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='Metallicity_Stack_Commons',
version='0.5.0',
version='0.6.0',
packages=find_packages('Metallicity_Stack_Commons'),
url='https://github.com/astrochun/Metallicity_Stack_Commons',
license='MIT License',
Expand Down

0 comments on commit 6dcc496

Please sign in to comment.