Skip to content

Commit f2b2784

Browse files
committed
Bump version: 1.4.7 -> 1.4.8
1 parent ef6f180 commit f2b2784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Metallicity_Stack_Commons/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from .logging import log_stdout, log_verbose
1212

13-
version = "1.4.7"
13+
version = "1.4.8"
1414

1515
lambda0 = [3726.18, 4101.73, 4340.46, 4363.21, 4861.32, 4958.91, 5006.84]
1616
line_type = ['Oxy2', 'Balmer', 'Balmer', 'Single', 'Balmer', 'Single', 'Single']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='Metallicity_Stack_Commons',
8-
version='1.4.7',
8+
version='1.4.8',
99
packages=['Metallicity_Stack_Commons'],
1010
url='https://github.com/astrochun/Metallicity_Stack_Commons',
1111
license='MIT License',

0 commit comments

Comments
 (0)