From 2cd4c616b3b8718e69ad731c4ececdb8055eabb3 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Tue, 19 Dec 2023 14:04:43 +0100 Subject: [PATCH] Bump 1.2.0 --- pyproject.toml | 2 +- python_src/lasp/lasp_measurement.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eba62a7..8126b17 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.1.0" +version = "1.2.0" keywords = ["DSP", "DAQ", "Signal processing"] diff --git a/python_src/lasp/lasp_measurement.py b/python_src/lasp/lasp_measurement.py index 17010ee..c620807 100644 --- a/python_src/lasp/lasp_measurement.py +++ b/python_src/lasp/lasp_measurement.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- from __future__ import annotations - """! Author: J.A. de Jong - ASCEE