Skip to content

Commit c1f6144

Browse files
Bump version
1 parent 7f72a8f commit c1f6144

4 files changed

+6
-6
lines changed

Arduino_PyQt_demo_with_multithreading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__authoremail__ = "vangils.dennis@gmail.com"
88
__url__ = "https://github.com/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo"
99
__date__ = "23-06-2020"
10-
__version__ = "2.0.2"
10+
__version__ = "2.1"
1111

1212
import os
1313
import sys

Arduino_PyQt_demo_with_multithreading__LARGE_TEXT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__authoremail__ = "vangils.dennis@gmail.com"
88
__url__ = "https://github.com/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo"
99
__date__ = "23-06-2020"
10-
__version__ = "2.0.2"
10+
__version__ = "2.1"
1111

1212
import os
1313
import sys

Arduino_PyQt_demo_with_multithreading__minimalistic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__authoremail__ = "vangils.dennis@gmail.com"
88
__url__ = "https://github.com/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo"
99
__date__ = "23-06-2020"
10-
__version__ = "2.0.2"
10+
__version__ = "2.1"
1111

1212
import os
1313
import sys

Arduino_PyQt_demo_without_multithreading.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
66
NOTE: This demonstrates the bad case of what happens when both the acquisition
77
and the plotting happen on the same thread. You should observe a drop in the
8-
acquisition rate (DAQ rate) when you e.g. rapidly resize the window.
8+
acquisition rate (DAQ rate) when you, e.g., rapidly resize the window.
99
"""
1010
__author__ = "Dennis van Gils"
1111
__authoremail__ = "vangils.dennis@gmail.com"
1212
__url__ = "https://github.com/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo"
13-
__date__ = "08-06-2020"
14-
__version__ = "2.0.1"
13+
__date__ = "23-06-2020"
14+
__version__ = "2.1"
1515

1616
import os
1717
import sys

0 commit comments

Comments
 (0)