Skip to content

Commit d5bd78d

Browse files
committed
version 2.1 -> 2.1.1
1 parent 24ed769 commit d5bd78d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

GSMTC35/GSMTC35.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
__author__ = 'Quentin Comte-Gaz'
3737
__email__ = "[email protected]"
3838
__license__ = "MIT License"
39-
__copyright__ = "Copyright Quentin Comte-Gaz (2019)"
39+
__copyright__ = "Copyright Quentin Comte-Gaz (2024)"
4040
__python_version__ = "3.+"
41-
__version__ = "2.1 (2019/11/09)"
41+
__version__ = "2.1.1 (2024/09/13)"
4242
__status__ = "Usable for any project"
4343

4444
import binascii

examples/rest_api/internal_db.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
__author__ = 'Quentin Comte-Gaz'
99
__email__ = "[email protected]"
1010
__license__ = "MIT License"
11-
__copyright__ = "Copyright Quentin Comte-Gaz (2019)"
11+
__copyright__ = "Copyright Quentin Comte-Gaz (2024)"
1212
__python_version__ = "3.+"
13-
__version__ = "1.0 (2019/10/08)"
13+
__version__ = "1.0 (2024/09/13)"
1414
__status__ = "Ready for production"
1515

1616
import os

examples/rest_api/rest_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
__author__ = 'Quentin Comte-Gaz'
2828
__email__ = "[email protected]"
2929
__license__ = "MIT License"
30-
__copyright__ = "Copyright Quentin Comte-Gaz (2019)"
30+
__copyright__ = "Copyright Quentin Comte-Gaz (2024)"
3131
__python_version__ = "3.+"
32-
__version__ = "0.2 (2019/10/08)"
32+
__version__ = "0.2 (2024/09/13)"
3333
__status__ = "Can be used for test but not for production (not fully secured)"
3434

3535

setup.py

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

77
setup(
88
name='GSMTC35',
9-
version='2.1',
9+
version='2.1.1',
1010
description='GSM TC35/MC35 controller (Send/Receive SMS/MMS/Call and a lot more!)',
1111
long_description_content_type='text/markdown',
1212
long_description=readme,

0 commit comments

Comments
 (0)