From 0fa6d59b288b710ea6410bfebb4e440b248010dc Mon Sep 17 00:00:00 2001 From: Gary Gao Date: Thu, 8 Oct 2015 18:23:08 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9480bdb..4c0fe7d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_desc = open('README.rst').read() setup(name = 'pygrok', - version = '0.5.0', + version = '0.6.0', description = 'A Python library to parse strings and' + ' extract information from structured/unstructured data', long_description= long_desc,