Skip to content

Commit

Permalink
feat: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
massotb committed Nov 14, 2024
1 parent d51dad2 commit 5f32037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <bertrand.massot@insa-lyon.fr>"]
license = "MIT"
Expand Down

0 comments on commit 5f32037

Please sign in to comment.