diff --git a/README.rst b/README.rst index 26d1c03..fb74575 100644 --- a/README.rst +++ b/README.rst @@ -126,7 +126,7 @@ Render a spherical microphone array impulse response measurement binaurally. The Version history --------------- -*unreleased* +*v2022.1.10* * Update `miro_to_struct()` to work in modern Matlab versions * Update MIRO struct loading for `SphericalGrid` (forgiving empty radius and quadrature weights) * Add optional automatic limitation of y-axis range in `plot2D()` diff --git a/sound_field_analysis/_version.py b/sound_field_analysis/_version.py index 47d508f..7ac9579 100644 --- a/sound_field_analysis/_version.py +++ b/sound_field_analysis/_version.py @@ -1,2 +1,2 @@ """Version information.""" -__version__ = "2021.2.4" +__version__ = "2022.1.10"