|
4 | 4 | Installation script
|
5 | 5 |
|
6 | 6 | :authors: Josh Marshall, Thomas Calmant
|
7 |
| -:copyright: Copyright 2021, Thomas Calmant |
| 7 | +:copyright: Copyright 2022, Thomas Calmant |
8 | 8 | :license: Apache License 2.0
|
9 |
| -:version: 0.4.3.1 |
| 9 | +:version: 0.4.3.2 |
10 | 10 |
|
11 | 11 | ..
|
12 | 12 |
|
13 |
| - Copyright 2021 Thomas Calmant |
| 13 | + Copyright 2022 Thomas Calmant |
14 | 14 |
|
15 | 15 | Licensed under the Apache License, Version 2.0 (the "License");
|
16 | 16 | you may not use this file except in compliance with the License.
|
|
26 | 26 | """
|
27 | 27 |
|
28 | 28 | # Module version
|
29 |
| -__version_info__ = (0, 4, 3, 1) |
| 29 | +__version_info__ = (0, 4, 3, 2) |
30 | 30 | __version__ = ".".join(str(x) for x in __version_info__)
|
31 | 31 |
|
32 | 32 | # Documentation strings format
|
|
67 | 67 | "Operating System :: OS Independent",
|
68 | 68 | "Programming Language :: Python :: 2.7",
|
69 | 69 | "Programming Language :: Python :: 3",
|
70 |
| - "Programming Language :: Python :: 3.3", |
71 |
| - "Programming Language :: Python :: 3.4", |
72 |
| - "Programming Language :: Python :: 3.5", |
73 | 70 | "Programming Language :: Python :: 3.6",
|
74 | 71 | "Programming Language :: Python :: 3.7",
|
| 72 | + "Programming Language :: Python :: 3.8", |
| 73 | + "Programming Language :: Python :: 3.9", |
| 74 | + "Programming Language :: Python :: 3.10", |
75 | 75 | ],
|
76 | 76 | )
|
0 commit comments