From ba52b6bcfb5ac3fa8690d736e3e0acb9de263832 Mon Sep 17 00:00:00 2001 From: dc7303 Date: Mon, 5 Oct 2020 17:21:52 +0900 Subject: [PATCH] =?UTF-8?q?version=200.0.4=EB=A1=9C=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easycodefpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easycodefpy/__init__.py b/easycodefpy/__init__.py index 526a326..df5744a 100644 --- a/easycodefpy/__init__.py +++ b/easycodefpy/__init__.py @@ -1,5 +1,5 @@ __title__ = 'easycodefpy' -__version__ = '0.0.3' +__version__ = '0.0.4' __author__ = 'CODEF'