From bbf38e8365412d352e2be84fc5b2181e0c35ba3c Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Fri, 30 Apr 2021 14:06:54 -0700 Subject: [PATCH] Bump version: v1.4.3 -> v.1.4.6 --- Metallicity_Stack_Commons/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Metallicity_Stack_Commons/__init__.py b/Metallicity_Stack_Commons/__init__.py index 538c7c1..a35d379 100644 --- a/Metallicity_Stack_Commons/__init__.py +++ b/Metallicity_Stack_Commons/__init__.py @@ -10,7 +10,7 @@ from .logging import log_stdout, log_verbose -version = "1.4.3" +version = "1.4.6" lambda0 = [3726.18, 4101.73, 4340.46, 4363.21, 4861.32, 4958.91, 5006.84] line_type = ['Oxy2', 'Balmer', 'Balmer', 'Single', 'Balmer', 'Single', 'Single'] diff --git a/setup.py b/setup.py index 105a708..9639b14 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='Metallicity_Stack_Commons', - version='1.4.3', + version='1.4.6', packages=['Metallicity_Stack_Commons'], url='https://github.com/astrochun/Metallicity_Stack_Commons', license='MIT License',