From 841ae11ef5e55f4f1780ca2c610a8aead70d5828 Mon Sep 17 00:00:00 2001 From: garyelephant Date: Sun, 6 Dec 2015 06:21:54 +0000 Subject: [PATCH] bump to v0.7.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 32c243f..2c3e711 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_desc = open('README.rst').read() setup(name = 'pygrok', - version = '0.7.3', + version = '0.7.4', 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.3', + download_url = 'https://github.com/garyelephant/pygrok/tarball/v0.7.4', install_requires=['regex'] )