bump version to v2.0.2
1 files changed, 1 insertions(+), 1 deletions(-) M wormhole/proxy.py
M wormhole/proxy.py +1 -1
@@ 1,6 1,6 @@ #!/usr/bin/env python3 -VERSION = "v2.0.1" +VERSION = "v2.0.2" import sys if sys.version_info < (3, 5):