From bc4018e274040884fa636fedde0eef0a90e35a77 Mon Sep 17 00:00:00 2001 From: socrateslee Date: Fri, 21 Jun 2019 19:05:03 +0800 Subject: [PATCH] version 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ab4ee0..9729637 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ sdict = { 'name': 'hostsed', - 'version': "0.2.0", + 'version': "0.3.0", 'packages': ['hosts'], 'zip_safe': False, 'author': 'lichun',