From fa51d6e81cecff5ab610a69f6c98656e74ad200f Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Mon, 24 Jun 2024 10:00:56 +0200 Subject: [PATCH] Bump 1.6.5 --- pyproject.toml | 2 +- python_src/lasp/lasp_measurement.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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):