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,