Skip to content

Commit b66f840

Browse files
committed
fix: update version to 0.2.4 in stub.py
1 parent 4cdc3a0 commit b66f840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pwsimulator/stub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
print("Warning: tedapi_pb2 not found - TEDAPI protobuf support disabled", flush=True)
3939
TEDAPI_ENABLED = False
4040

41-
version_tuple = (0, 2, 3)
41+
version_tuple = (0, 2, 4)
4242
version = __version__ = '%d.%d.%d' % version_tuple
4343
__author__ = 'jasonacox'
4444

0 commit comments

Comments
 (0)