From f2b27847a973a656c73f29353181659415efd9f4 Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Tue, 18 May 2021 16:40:43 -0700 Subject: [PATCH] Bump version: 1.4.7 -> 1.4.8 --- 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 8b1c009..3433429 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.7" +version = "1.4.8" 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 03ddf2f..0d2f92f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='Metallicity_Stack_Commons', - version='1.4.7', + version='1.4.8', packages=['Metallicity_Stack_Commons'], url='https://github.com/astrochun/Metallicity_Stack_Commons', license='MIT License',