From 25e76d72d5b72c3afb9d6aa85a0a5d4bc433eb60 Mon Sep 17 00:00:00 2001 From: benadha Date: Thu, 19 Nov 2020 21:40:52 +0700 Subject: Updating version and adding email --- epy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epy.py') diff --git a/epy.py b/epy.py index b96776b..0d1281f 100755 --- a/epy.py +++ b/epy.py @@ -14,9 +14,10 @@ Options: """ -__version__ = "2020.9.26" +__version__ = "2020.11.19" __license__ = "GPL-3.0" __author__ = "Benawi Adha" +__email__ = "benawiadha@gmail.com" __url__ = "https://github.com/wustho/epy" -- cgit