Skip to content

Commit

Permalink
Merge pull request #6 from jpvantassel/dev
Browse files Browse the repository at this point in the history
In preparation for v0.4.2
  • Loading branch information
jpvantassel authored Jul 28, 2020
2 parents 8e8be89 + 7d63125 commit e99ea17
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion hvsrpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""Import modules into the hvsrpy namespace."""

__version__ = "0.4.1"
__version__ = "0.4.2"
from .hvsr import Hvsr
from .hvsr_rotated import HvsrRotated
from .sensor3c import Sensor3c
Expand Down
2 changes: 1 addition & 1 deletion other/ex0.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),UT.STN11.A2_C50.miniseed
# Window Length (s),60.0
# Total Number of Windows (),30
Expand Down
2 changes: 1 addition & 1 deletion other/ex1.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),UT.STN11.A2_C150.miniseed
# Window Length (s),60.0
# Total Number of Windows (),60
Expand Down
2 changes: 1 addition & 1 deletion other/ex2.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),UT.STN12.A2_C50.miniseed
# Window Length (s),60.0
# Total Number of Windows (),30
Expand Down
2 changes: 1 addition & 1 deletion other/ex3.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),UT.STN12.A2_C150.miniseed
# Window Length (s),60.0
# Total Number of Windows (),60
Expand Down
2 changes: 1 addition & 1 deletion other/ex4.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),SESAME: Clear peak
# Window Length (s),60.0
# Total Number of Windows (),60
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='hvsrpy',
version='0.4.1',
version='0.4.2',
description='A Python package for horizontal-to-vertical spectral ratio processing',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion test/data/output/example_output_geopsy.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# Number of windows = 46
# f0 from average 0.7651
# Number of windows for f0 = 46
Expand Down
2 changes: 1 addition & 1 deletion test/data/output/example_output_hvsrpy.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),UT.STN11.A2_C150.miniseed
# Method (),geometric-mean
# Azimuth (),None
Expand Down
2 changes: 1 addition & 1 deletion test/data/output/example_output_hvsrpy_az.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),UT.STN11.A2_C150.miniseed
# Window Length (s),60.0
# Total Number of Windows per Azimuth (),60
Expand Down
2 changes: 1 addition & 1 deletion test/data/utils/ex0.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),UT.STN11.A2_C50.miniseed
# Window Length (s),60.0
# Total Number of Windows (),30
Expand Down
2 changes: 1 addition & 1 deletion test/data/utils/ex1.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),UT.STN11.A2_C150.miniseed
# Window Length (s),60.0
# Total Number of Windows (),60
Expand Down
2 changes: 1 addition & 1 deletion test/data/utils/ex2.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),UT.STN12.A2_C50.miniseed
# Window Length (s),60.0
# Total Number of Windows (),30
Expand Down
2 changes: 1 addition & 1 deletion test/data/utils/ex3.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),UT.STN12.A2_C150.miniseed
# Window Length (s),60.0
# Total Number of Windows (),60
Expand Down
2 changes: 1 addition & 1 deletion test/data/utils/ex4.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 0.4.1
# hvsrpy output version 0.4.2
# File Name (),SESAME: Clear peak
# Window Length (s),60.0
# Total Number of Windows (),60
Expand Down

0 comments on commit e99ea17

Please sign in to comment.