Skip to content

Commit 4f34836

Browse files
committed
pytest 0.8.2.2
1 parent 6e93e6b commit 4f34836

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://raw.githubusercontent.com/EITLabworks/sciopy/blob/develop/docs/_static/logo_sciopy.jpg" alt="Sciopy-logo" width="200"/>
1+
<img src="https://raw.githubusercontent.com/EITLabworks/sciopy/develop/docs/_static/logo_sciopy.jpg" alt="Sciopy-logo" width="200"/>
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
project = "sciopy"
99
author = "Jacob P. Thönes"
10-
release = "0.8.9"
10+
release = "0.8.2.2"
1111

1212
extensions = [
1313
"sphinx.ext.autodoc",

setup.py

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

33
setup(
44
name="sciopy",
5-
version="0.8.9",
5+
version="0.8.2.2",
66
packages=find_packages(),
77
author="Jacob P. Thönes",
88
author_email="jacob.thoenes@uni-rostock.de",
9-
description="Python based interface module for communication with the Sciospec Electrical Impedance Tomography (EIT) device.",
9+
description="Python based interface module for communication with Sciospec devices.",
1010
long_description=open("README.md").read(),
1111
long_description_content_type="text/markdown",
1212
keywords="Sciospec EIT EIS".split(),
@@ -16,5 +16,5 @@
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
1818
],
19-
url="https://github.com/spatialaudio/sciopy.git",
19+
url="https://github.com/EITLabworks/sciopy",
2020
)

0 commit comments

Comments
 (0)