From 3cad83d53f33d00a4e08ec64aef815b05aa5c731 Mon Sep 17 00:00:00 2001 From: Ryuichi Ueda Date: Sun, 7 Feb 2021 11:36:28 +0900 Subject: [PATCH] Fix the version --- opy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opy b/opy index a57b992..4fb9a12 100755 --- a/opy +++ b/opy @@ -5,7 +5,7 @@ import re import codecs from collections import defaultdict -__version__ = "2.5.0" +__version__ = "2.5.2" __author__ = "Ryuichi Ueda" __license__ = "MIT license" __url__ = "https://github.com/ryuichiueda/opy"