We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdc3a0 commit b66f840Copy full SHA for b66f840
1 file changed
pwsimulator/stub.py
@@ -38,7 +38,7 @@
38
print("Warning: tedapi_pb2 not found - TEDAPI protobuf support disabled", flush=True)
39
TEDAPI_ENABLED = False
40
41
-version_tuple = (0, 2, 3)
+version_tuple = (0, 2, 4)
42
version = __version__ = '%d.%d.%d' % version_tuple
43
__author__ = 'jasonacox'
44
0 commit comments