diff --git a/HISTORY.rst b/HISTORY.rst
index 326c88df914e1d9dc1353a00411eb455cef27198..53b6392c0a8e911832132bb3d3742445f768bab9 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -89,3 +89,7 @@ to read.
 * Add ability to change the size of plotted points in some plot types.
 * Add ability to revert changes when editing the value-color map of a plot
 * Improved performance when reading RT130 data by not reading data outside of the selected time range.
+
+2024.4.0.1
+--------
+* Fix bug caused by PySide6 version 6.8
diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml
index 58ac4aff93df83585f27c63edac09e4ff3adae11..1d67f3b420aeeaaf11629b30a1c26333b7f2aed4 100644
--- a/conda.recipe/meta.yaml
+++ b/conda.recipe/meta.yaml
@@ -1,6 +1,6 @@
 package:
   name: sohviewer
-  version: 2024.4.0.0
+  version: 2024.4.0.1
 
 source:
   path: ../
diff --git a/setup.py b/setup.py
index f57f6e2cd233dd1abc2d636b3da5dae33dff82a2..a390cfa3ffe2640b7bf1f5c17c7b0efc45e2b30b 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,6 @@ setup(
     name='sohviewer',
     packages=find_packages(include=['sohstationviewer*']),
     url='https://git.passcal.nmt.edu/software_public/passoft/sohstationviewer',
-    version='2024.4.0.0',
+    version='2024.4.0.1',
     zip_safe=False,
 )
diff --git a/sohstationviewer/CHANGELOG.rst b/sohstationviewer/CHANGELOG.rst
index 326c88df914e1d9dc1353a00411eb455cef27198..53b6392c0a8e911832132bb3d3742445f768bab9 100644
--- a/sohstationviewer/CHANGELOG.rst
+++ b/sohstationviewer/CHANGELOG.rst
@@ -89,3 +89,7 @@ to read.
 * Add ability to change the size of plotted points in some plot types.
 * Add ability to revert changes when editing the value-color map of a plot
 * Improved performance when reading RT130 data by not reading data outside of the selected time range.
+
+2024.4.0.1
+--------
+* Fix bug caused by PySide6 version 6.8
diff --git a/sohstationviewer/conf/constants.py b/sohstationviewer/conf/constants.py
index 03cabe566e2c3c81bab7b8970d26cf65ce3e8cd6..73cd8daa5b57d050863c18a685db9a7df427c275 100644
--- a/sohstationviewer/conf/constants.py
+++ b/sohstationviewer/conf/constants.py
@@ -5,7 +5,7 @@ from typing import Literal
 ROOT_PATH = Path(__file__).resolve().parent.parent
 
 # The current version of SOHStationViewer
-SOFTWARE_VERSION = '2024.4.0.0'
+SOFTWARE_VERSION = '2024.4.0.1'
 BUILD_TIME = "August 15, 2024"
 
 # waveform pattern