We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc67d3 commit bc4737fCopy full SHA for bc4737f
SimConnect/__init__.py
@@ -11,7 +11,7 @@ def int_or_str(value):
11
return value
12
13
14
-__version__ = "0.4.17"
+__version__ = "0.4.18"
15
VERSION = tuple(map(int_or_str, __version__.split(".")))
16
17
__all__ = ["SimConnect", "Request", "Event", "millis", "DWORD", "AircraftRequests", "AircraftEvents", "FacilitiesRequests"]
0 commit comments