Skip to content

Commit 7f05703

Browse files
committed
bump vertion for build
1 parent 8241d8d commit 7f05703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimConnect/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def int_or_str(value):
99
return value
1010

1111

12-
__version__ = "0.2"
12+
__version__ = "0.3"
1313
VERSION = tuple(map(int_or_str, __version__.split(".")))
1414

1515
__all__ = ["SimConnect", "Request", "millis", "DWORD", "Plane"]

0 commit comments

Comments
 (0)