diff --git a/pyproject.toml b/pyproject.toml index eef1351..137e198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.10" description = "Library for Acoustic Signal Processing" license = { "file" = "LICENSE" } authors = [{ "name" = "J.A. de Jong", "email" = "j.a.dejong@ascee.nl" }] -version = "1.6.4" +version = "1.6.5" keywords = ["DSP", "DAQ", "Signal processing"] diff --git a/python_src/lasp/lasp_measurement.py b/python_src/lasp/lasp_measurement.py index d9acee8..d35aee7 100644 --- a/python_src/lasp/lasp_measurement.py +++ b/python_src/lasp/lasp_measurement.py @@ -236,7 +236,8 @@ class Measurement: """Provides access to measurement data stored in the h5 measurement file format.""" - # Store a dict of open measurements, with uuid string as a key. We store them as a weak ref. + # Store a dict of open measurements, with uuid string as a key. We store + # them as a weak ref. uuid_s = WeakValueDictionary() def __init__(self, fn):