Skip to content

Commit 5421bbb

Browse files
committed
v0.7
1 parent 56bf4b3 commit 5421bbb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![sciopy](https://raw.githubusercontent.com/spatialaudio/sciopy/dev/doc/images/logo_sciopy.jpg)
1+
# ![sciopy](https://raw.githubusercontent.com/spatialaudio/sciopy/main/doc/images/logo_sciopy.jpg)
22

33
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.
44

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
setuptools.setup(
44
name="sciopy",
5-
version="0.6.5.0",
5+
version="0.7",
66
author="Jacob Peter Thönes",
77
author_email="jacob.thoenes@uni-rostock.de",
8-
description="Python based interface module for communication with the ScioSpec Electrical Impedance Tomography (EIT) device.",
8+
description="Python based interface module for communication with the Sciospec Electrical Impedance Tomography (EIT) device.",
99
long_description=open("README.md").read(),
1010
long_description_content_type="text/markdown",
11-
keywords="ScioSpec EIT".split(),
11+
keywords="Sciospec EIT".split(),
1212
platforms="any",
1313
classifiers=[
1414
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)