Skip to content

Commit 0e22b74

Browse files
Release v1.0
1 parent b37203c commit 0e22b74

7 files changed

+8
-8
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__ = "14-09-2018"
10-
__version__ = "2.1.0"
10+
__version__ = "1.0.0"
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__ = "14-09-2018"
10-
__version__ = "2.1.0"
10+
__version__ = "1.0.0"
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__ = "14-09-2018"
10-
__version__ = "2.1.0"
10+
__version__ = "1.0.0"
1111

1212
import os
1313
import sys

Arduino_PyQt_demo_without_multithreading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__authoremail__ = "vangils.dennis@gmail.com"
1212
__url__ = "https://github.com/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo"
1313
__date__ = "07-09-2018"
14-
__version__ = "2.0.0"
14+
__version__ = "1.0.0"
1515

1616
import os
1717
import sys

DvG_PyQt_ChartHistory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
__author__ = "Dennis van Gils"
4646
__authoremail__ = "vangils.dennis@gmail.com"
4747
__url__ = "https://github.com/Dennis-van-Gils/DvG_PyQt_misc"
48-
__date__ = "04-09-2018"
49-
__version__ = "1.0.1"
48+
__date__ = "14-09-2018"
49+
__version__ = "1.0.0"
5050

5151
import collections
5252

DvG_dev_Arduino__PyQt_lib.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_dev_Arduino"
99
__date__ = "14-09-2018"
10-
__version__ = "2.1.0"
10+
__version__ = "1.0.0"
1111

1212
from PyQt5 import QtCore
1313
import DvG_dev_Arduino__fun_serial as Arduino_functions

DvG_dev_Base__PyQt_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
__authoremail__ = "vangils.dennis@gmail.com"
4040
__url__ = "https://github.com/Dennis-van-Gils/DvG_dev_Arduino"
4141
__date__ = "14-09-2018"
42-
__version__ = "2.1.0"
42+
__version__ = "1.0.0"
4343

4444
import queue
4545
import numpy as np

0 commit comments

Comments
 (0)