From 3f7eef64ce973907898291fb8e512ff0e6e2a661 Mon Sep 17 00:00:00 2001 From: Bertrand Massot Date: Thu, 22 Aug 2024 11:14:56 +0200 Subject: [PATCH] fix: update to a new package version (0.1.0 has already been used for test) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da927f5..f2b1a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nervous-sensors" -version = "0.1.0" +version = "0.1.1" 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"