diff --git a/src/python_spectrometer/__init__.py b/src/python_spectrometer/__init__.py
index 018f08b3ed6e424235c6aa921ec18fdded2754e1..3e21217a89a01f1c0e39cb2350547eb8d40b26ac 100644
--- a/src/python_spectrometer/__init__.py
+++ b/src/python_spectrometer/__init__.py
@@ -95,7 +95,7 @@ Finally, plot options can be changed dynamically at runtime::
 See the documentation of :class:`~core.Spectrometer` and its methods
 for more information.
 """
-__version__ = '2023.6.1'
+__version__ = '2023.7.1'
 
 from . import daq
 from .core import Spectrometer