We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c63657 commit 841ae11Copy full SHA for 841ae11
setup.py
@@ -7,7 +7,7 @@
7
long_desc = open('README.rst').read()
8
9
setup(name = 'pygrok',
10
- version = '0.7.3',
+ version = '0.7.4',
11
description = 'A Python library to parse strings and'
12
+ ' extract information from structured/unstructured data',
13
long_description= long_desc,
@@ -18,6 +18,6 @@
18
packages = ['pygrok'],
19
include_package_data = True,
20
keywords = ['python grok', 'regex'], # arbitrary keywords
21
- download_url = 'https://github.com/garyelephant/pygrok/tarball/v0.7.3',
+ download_url = 'https://github.com/garyelephant/pygrok/tarball/v0.7.4',
22
install_requires=['regex']
23
)
0 commit comments