From 192f4f34caf8520b435f58b08089f86ee86e4a3c Mon Sep 17 00:00:00 2001 From: garyelephant Date: Fri, 6 Nov 2015 06:30:10 +0000 Subject: [PATCH] bump to v0.7.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] )