airportsdata 20240316.1__py3-none-any.whl → 20240409__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airportsdata/__init__.py +1 -1
- airportsdata/airports.csv +27384 -27375
- {airportsdata-20240316.1.dist-info → airportsdata-20240409.dist-info}/METADATA +5 -5
- airportsdata-20240409.dist-info/RECORD +9 -0
- airportsdata-20240316.1.dist-info/RECORD +0 -9
- {airportsdata-20240316.1.dist-info → airportsdata-20240409.dist-info}/LICENSE +0 -0
- {airportsdata-20240316.1.dist-info → airportsdata-20240409.dist-info}/WHEEL +0 -0
- {airportsdata-20240316.1.dist-info → airportsdata-20240409.dist-info}/top_level.txt +0 -0
airportsdata/__init__.py
CHANGED
|
@@ -11,7 +11,7 @@ from typing import Dict, Literal, TypedDict
|
|
|
11
11
|
|
|
12
12
|
__project_name__ = __package__
|
|
13
13
|
__min_python_version__ = (3, 9) # minimum version of Python required to run; supported until 4 October 2024
|
|
14
|
-
__version__ = '
|
|
14
|
+
__version__ = '20240409' # numbering follows the release date
|
|
15
15
|
__author__ = 'Mike Borsetti <mike@borsetti.com>'
|
|
16
16
|
__copyright__ = 'Copyright 2020- Mike Borsetti'
|
|
17
17
|
__license__ = 'MIT'
|