Skip to content

Commit

Permalink
bump to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
garyelephant committed Dec 6, 2015
1 parent 4c63657 commit 841ae11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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']
)

0 comments on commit 841ae11

Please sign in to comment.