Skip to content

Commit 192f4f3

Browse files
committed
bump to v0.7.1
1 parent f03bb9d commit 192f4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_desc = open('README.rst').read()
88

99
setup(name = 'pygrok',
10-
version = '0.7.0',
10+
version = '0.7.1',
1111
description = 'A Python library to parse strings and'
1212
+ ' extract information from structured/unstructured data',
1313
long_description= long_desc,
@@ -18,6 +18,6 @@
1818
packages = ['pygrok'],
1919
include_package_data = True,
2020
keywords = ['python grok', 'regex'], # arbitrary keywords
21-
download_url = 'https://github.com/garyelephant/pygrok/tarball/v0.7.0',
21+
download_url = 'https://github.com/garyelephant/pygrok/tarball/v0.7.1',
2222
install_requires=['regex']
2323
)

0 commit comments

Comments
 (0)