From 82c361aa8aa3f63ba671339fc7869eab2e3fcc0d Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Mon, 8 Feb 2021 22:33:32 -0700 Subject: [PATCH] Bump version: v1.3.1 -> v1.4.0 --- 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 32a1ebe2..cace546c 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.3.1" +version = "1.4.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'] diff --git a/setup.py b/setup.py index bd53fab4..ecabea5f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='Metallicity_Stack_Commons', - version='1.3.1', + version='1.4.0', packages=['Metallicity_Stack_Commons'], url='https://github.com/astrochun/Metallicity_Stack_Commons', license='MIT License',