From 24d8830ad2af7d21750eb2a78fe67fb94fc40f5d Mon Sep 17 00:00:00 2001 From: Yihui Xiong Date: Sun, 21 Jun 2020 23:24:54 +0800 Subject: [PATCH] 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef342c9..f8ba536 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup(name='terminal-s', - version='0.1.2', + version='0.2.0', description='A super simple serial terminal', long_description=long_description, long_description_content_type='text/markdown',