From 5f32037e269fae063db95f55a82ccdf9d9d88324 Mon Sep 17 00:00:00 2001 From: Bertrand Massot Date: Thu, 14 Nov 2024 11:02:03 +0100 Subject: [PATCH] feat: update package version --- README.md | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8199852..d726994 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,7 @@ Usage: nervous [OPTIONS] Options: -s, --sensors TEXT "ECG XXXX","EDA XXXX",... : specify a list of sensors name to connect to. Replace XXXX with the - serial number. Other accepted format are ECGXXXX, - ECG_XXXX or ECG-XXXX (quotes are unnecessary for those - formats). + serial number. -g, --gui Show real-time data graph in web browser. Get the URL of the webserver in the output console when the script is launched. diff --git a/pyproject.toml b/pyproject.toml index f2b1a3c..bdb6c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nervous-sensors" -version = "0.1.1" +version = "0.1.2" description = "Python backend for connection to ECG and EDA sensors from the Lyon Institute of Nanotechnology (INL)" authors = ["Tristan Habémont", "Hugo Buy", "Bertrand Massot "] license = "MIT"