From 5c86112d7695a328ca4a1abfd9927167d3397926 Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Mon, 30 Dec 2024 07:50:39 +0100 Subject: [PATCH] Release 0.8.0 [ENH] SoftiMax HDF5 reader [ENH] 4+ Angle Polarisation widget and Hyper Spectra vector plot [ENH] HyperSpectra: move image properties to control area [ENH] Speedup 2D COS widget [ENH] Perkin Elmer file reader [FIX] HyperSpectra: fix changing data with active line trace --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9b80ed6b..3db4d7f5c 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.2", + version="0.8.0", packages=PACKAGES, package_data=PACKAGE_DATA, data_files=DATA_FILES,