diff --git a/setup.py b/setup.py index bf448a2..d0d7a09 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_desc = open('README.rst').read() setup(name = 'pygrok', - version = '0.7.0', + version = '0.7.1', description = 'A Python library to parse strings and' + ' extract information from structured/unstructured data', long_description= long_desc, @@ -18,6 +18,6 @@ packages = ['pygrok'], include_package_data = True, keywords = ['python grok', 'regex'], # arbitrary keywords - download_url = 'https://github.com/garyelephant/pygrok/tarball/v0.7.0', + download_url = 'https://github.com/garyelephant/pygrok/tarball/v0.7.1', install_requires=['regex'] )