From 9f5d48a5df359b5a8158e1e52af1c6fc49ad8f9d Mon Sep 17 00:00:00 2001 From: dc7303 Date: Wed, 30 Sep 2020 17:15:53 +0900 Subject: [PATCH] =?UTF-8?q?version=200.0.2=EB=A1=9C=20=EC=88=98=EC=A0=95?= 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 74a1cec..b999e9f 100644 --- a/easycodefpy/__init__.py +++ b/easycodefpy/__init__.py @@ -1,5 +1,5 @@ __title__ = 'easycodefpy' -__version__ = '0.0.1' +__version__ = '0.0.2' __author__ = 'CODEF'