From 09624ccd08b10cbafa8519ca8b3e80df13e4fc80 Mon Sep 17 00:00:00 2001 From: HaHeho Date: Wed, 12 Jan 2022 17:18:22 +0100 Subject: [PATCH] Update of README.rst and version bump Signed-off-by: HaHeho --- README.rst | 2 +- sound_field_analysis/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"