Skip to content

Commit 11542ba

Browse files
committed
Fixing version
1 parent e1069e1 commit 11542ba

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
[![Build Status](https://travis-ci.org/ddetommaso/TobiiGlassesPyController.svg?branch=master)](https://travis-ci.org/ddetommaso/TobiiGlassesPyController)
44

55

6-
The TobiiGlassesPyController is an open-source controller for accessing eye-tracking data and for managing recordings,
7-
participants and calibrations using the mobile Tobii Pro Glasses 2 eye-tracker.
6+
The TobiiGlassesPyController is an open-source controller for accessing eye-tracking data and for managing recordings, participants and calibrations using the mobile Tobii Pro Glasses 2 eye-tracker.
87
The controller is based on the [Tobii Pro Glasses 2 API](https://www.tobiipro.com/product-listing/tobii-pro-glasses-2-sdk/).
98

109

@@ -36,7 +35,5 @@ Davide De Tommaso and Agnieszka Wykowska. 2019. TobiiGlassesPySuite: An open-sou
3635
publisher = {ACM},
3736
address = {New York, NY, USA},
3837
keywords = {Tobii Pro Glasses 2, eye-tracking, human-computer interaction, open-source, wearable computing, wearable eye-tracker},
39-
}
38+
}
4039
```
41-
42-

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
TOBIIGLASSESCTRL_VER=2.4.0
1+
TOBIIGLASSESCTRL_VER=2.4.3
22
NET_INTERFACE="enxd481d7396767"

setup.py

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

1414
setup(
1515
name='tobiiglassesctrl',
16-
version='2.4.2',
16+
version='2.4.3',
1717
description='A Python controller for Tobii Pro Glasses 2',
1818
url='https://github.com/ddetommaso/TobiiGlassesPyController/',
19-
download_url='https://github.com/ddetommaso/TobiiGlassesPyController/archive/2.4.0.tar.gz',
19+
download_url='https://github.com/ddetommaso/TobiiGlassesPyController/archive/2.4.3.tar.gz',
2020
install_requires=['netifaces', 'opencv-python==4.2.0.32', 'av==8.0.3'],
2121
author='Davide De Tommaso',
2222
author_email='[email protected]',

0 commit comments

Comments
 (0)