Skip to content

Commit

Permalink
v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTh98 committed Oct 20, 2023
1 parent 56bf4b3 commit 5421bbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![sciopy](https://raw.githubusercontent.com/spatialaudio/sciopy/dev/doc/images/logo_sciopy.jpg)
# ![sciopy](https://raw.githubusercontent.com/spatialaudio/sciopy/main/doc/images/logo_sciopy.jpg)

This package offers the serial interface for communication with an EIT device from ScioSpec. Commands can be written serially and the system response can be read out. With the current version, it is possible to start and stop measurements with defined burst counts and to read out the measurement data. In addition, the measurement data is packed into a data class for better further processing.

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setuptools.setup(
name="sciopy",
version="0.6.5.0",
version="0.7",
author="Jacob Peter Thönes",
author_email="[email protected]",
description="Python based interface module for communication with the ScioSpec Electrical Impedance Tomography (EIT) device.",
description="Python based interface module for communication with the Sciospec Electrical Impedance Tomography (EIT) device.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
keywords="ScioSpec EIT".split(),
keywords="Sciospec EIT".split(),
platforms="any",
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 5421bbb

Please sign in to comment.