From e7942e847fb87a3cbc656b0f05b1351c52b65733 Mon Sep 17 00:00:00 2001 From: Diego Martinez Date: Sat, 17 Feb 2024 15:12:40 +0100 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a1e36b..cb976da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "python-signal-edges" -version = "1.0.2" +version = "1.0.3" description = "Extract state levels and edges from signals, among others" license = "MIT" authors = ["Diego Martinez "] @@ -25,7 +25,7 @@ keywords = [ "pwm", "acquisition", ] -packages = [{ include = "src" }, { include = "signal_edges", from = "src" }] +packages = [{ include = "signal_edges", from = "src" }] [tool.poetry.dependencies] python = ">=3.10" From a69886c0f8250f0cdc6e9324e999f99566966221 Mon Sep 17 00:00:00 2001 From: Diego Martinez Date: Sat, 17 Feb 2024 15:13:39 +0100 Subject: [PATCH 2/2] Update conf.py --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5f385dc..925b0b6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,7 +45,7 @@ def collect_folders(path: str) -> list[str]: # Project copyright. copyright = author # Project version. -version = "1.0.2" +version = "1.0.3" # Project release, set it as the same value as version as the separation is not required. release = version