From 0cefca37941f515c5956b588838d1d4487cc0e1b Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Sat, 5 Oct 2024 15:50:49 +0200 Subject: [PATCH] Release 0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HyperSpectra: change the default integration method NeaReaderMultiChannel - Apply wavenumber scaling to Δx --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba7ae4ee7..987f23927 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ def include_documentation(local_dir, install_dir): long_description_content_type='text/markdown', author='Canadian Light Source, Biolab UL, Soleil, Elettra', author_email='marko.toplak@gmail.com', - version="0.7.1", + version="0.7.2", packages=PACKAGES, package_data=PACKAGE_DATA, data_files=DATA_FILES,