From a3c182f6c8ec29e88e3108d957b6fb7e13585dbb Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Fri, 4 Oct 2024 16:10:10 +0200 Subject: [PATCH] Release 0.7.1 [ENH] Neaspec multichannel reader [ENH] Single NeaGSF reader with measurement.signaltype attribute [ENH] Real space coordinates for GSF images [ENH] HyperSpectra: show value traces of selected lines --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3aa079181..ba7ae4ee7 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.0", + version="0.7.1", packages=PACKAGES, package_data=PACKAGE_DATA, data_files=DATA_FILES,