Skip to content

Commit 1e38d80

Browse files
committed
version
1 parent bf32363 commit 1e38d80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ph5/utilities/metadatatoph5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from obspy.core.util import AttribDict
2222
import pickle
2323

24-
PROG_VERSION = "2019.63"
24+
PROG_VERSION = "2024.227"
2525
LOGGER = logging.getLogger(__name__)
2626
DEPRECATION_WARNING = (
2727
'metadatatoph5 is no longer supported by the PH5 software. '

ph5/utilities/obspytoph5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from obspy import UTCDateTime, Stream, Trace
1919
from numpy import array
2020

21-
PROG_VERSION = '2019.65'
21+
PROG_VERSION = '2024.227'
2222
LOGGER = logging.getLogger(__name__)
2323
DEPRECATION_WARNING = (
2424
'mstoph5 is no longer supported by the PH5 software. '

ph5/utilities/segy2ph5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from ph5 import LOGGING_FORMAT
1818
from ph5.core import experiment, columns, segyreader, timedoy
1919

20-
PROG_VERSION = "2018.268"
20+
PROG_VERSION = "2024.227"
2121
LOGGER = logging.getLogger(__name__)
2222
DEPRECATION_WARNING = (
2323
'segy2ph5 is no longer supported by the PH5 software. '

0 commit comments

Comments
 (0)