Skip to content

Commit bc4737f

Browse files
committed
Test build system
1 parent 7fc67d3 commit bc4737f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimConnect/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def int_or_str(value):
1111
return value
1212

1313

14-
__version__ = "0.4.17"
14+
__version__ = "0.4.18"
1515
VERSION = tuple(map(int_or_str, __version__.split(".")))
1616

1717
__all__ = ["SimConnect", "Request", "Event", "millis", "DWORD", "AircraftRequests", "AircraftEvents", "FacilitiesRequests"]

0 commit comments

Comments
 (0)