We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4cc4cd + 9e87f1f commit 397945fCopy full SHA for 397945f
main.py
@@ -10,7 +10,7 @@
10
if sys.version_info.major < 3:
11
raise Exception("Python 3.x is required. Your version is %s." % sys.version)
12
13
-__version__ = "1.5.3"
+__version__ = "1.5.5"
14
15
parser = argparse.ArgumentParser(description="EH Forwarder Bot is an extensible chat tunnel framework which allows "
16
"users to contact people from other chat platforms, and ultimately "
0 commit comments