diff --git a/README.md b/README.md index 856a9b1..5dc5523 100755 --- a/README.md +++ b/README.md @@ -95,7 +95,3 @@ eldar = Query('"g*dal*"') print(eldar(document)) # >>> True ``` - -## Authors - -Maixent Chenebaux \ No newline at end of file diff --git a/setup.py b/setup.py index 0993d2a..53c9784 100755 --- a/setup.py +++ b/setup.py @@ -7,9 +7,9 @@ setup( name="eldar", - version="0.0.6", + version="0.0.7", author="Maixent Chenebaux", - author_email="mchenebaux@reputationsquad.com", + author_email="max.chbx@gmail.com", description="Boolean text search in Python", long_description=README, long_description_content_type="text/markdown",