Skip to content

Commit

Permalink
Merge branch 'hotfix/1.4.3' #108
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 12, 2021
2 parents 0658754 + 83098a8 commit dfbad33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .logging import log_stdout, log_verbose

version = "1.4.2"
version = "1.4.3"

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 Metallicity_Stack_Commons/logging.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
from os.path import join
from os import uname
from platform import uname

from getpass import getuser
from socket import gethostname
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='1.4.2',
version='1.4.3',
packages=['Metallicity_Stack_Commons'],
url='https://github.com/astrochun/Metallicity_Stack_Commons',
license='MIT License',
Expand Down

0 comments on commit dfbad33

Please sign in to comment.