Skip to content

Commit 32b7268

Browse files
committed
Version 0.4.0
1 parent 82cc37e commit 32b7268

17 files changed

+19
-20
lines changed

pyasdf/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
"""
44
:copyright:
5-
Lion Krischer ([email protected]), 2013-2015
5+
Lion Krischer ([email protected]), 2013-2018
66
:license:
77
BSD 3-Clause ("BSD New" or "BSD Simplified")
88
"""
@@ -16,7 +16,7 @@
1616
__all__ = ["__version__", "ASDFDataSet", "ASDFException", "ASDFWarning",
1717
"WaveformNotInFileException", "print_sys_info", "get_sys_info"]
1818

19-
__version__ = "0.3.x"
19+
__version__ = "0.4.0"
2020

2121

2222
def print_sys_info():

pyasdf/asdf_data_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Python implementation of the Adaptable Seismic Data Format (ASDF).
55
66
:copyright:
7-
Lion Krischer ([email protected]), 2013-2015
7+
Lion Krischer ([email protected]), 2013-2018
88
:license:
99
BSD 3-Clause ("BSD New" or "BSD Simplified")
1010
"""

pyasdf/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Compatibility between Python version.
55
66
:copyright:
7-
Lion Krischer ([email protected]), 2015
7+
Lion Krischer ([email protected]), 2015-2018
88
:license:
99
BSD 3-Clause ("BSD New" or "BSD Simplified")
1010
"""

pyasdf/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
"""
44
:copyright:
5-
Lion Krischer ([email protected]), 2015
5+
Lion Krischer ([email protected]), 2015-2018
66
:license:
77
BSD 3-Clause ("BSD New" or "BSD Simplified")
88
"""

pyasdf/header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
"""
44
:copyright:
5-
Lion Krischer ([email protected]), 2013-2015
5+
Lion Krischer ([email protected]), 2013-2018
66
:license:
77
BSD 3-Clause ("BSD New" or "BSD Simplified")
88
"""

pyasdf/inventory_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Utilities for dealing with inventory objects.
55
66
:copyright:
7-
Lion Krischer ([email protected]), 2015
7+
Lion Krischer ([email protected]), 2015-2018
88
:license:
99
BSD 3-Clause ("BSD New" or "BSD Simplified")
1010
"""

pyasdf/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Query helpers.
55
66
:copyright:
7-
Lion Krischer ([email protected]), 2015
7+
Lion Krischer ([email protected]), 2015-2018
88
:license:
99
BSD 3-Clause ("BSD New" or "BSD Simplified")
1010
"""

pyasdf/tests/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
python -m pyasdf.tests
77
88
:copyright:
9-
Lion Krischer ([email protected]), 2015
9+
Lion Krischer ([email protected]), 2015-2018
1010
:license:
1111
BSD 3-Clause ("BSD New" or "BSD Simplified")
1212
"""

pyasdf/tests/test_asdf_data_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
"""
44
:copyright:
5-
Lion Krischer ([email protected]), 2013-2014
5+
Lion Krischer ([email protected]), 2013-2018
66
:license:
77
BSD 3-Clause ("BSD New" or "BSD Simplified")
88
"""

pyasdf/tests/test_code_formatting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
and some other sanity checks as well.
66
77
:copyright:
8-
Lion Krischer ([email protected]), 2015
8+
Lion Krischer ([email protected]), 2015-2018
99
:license:
1010
BSD 3-Clause ("BSD New" or "BSD Simplified")
1111
"""

0 commit comments

Comments
 (0)