diff --git a/README.rst b/README.rst index a08492f..34027ca 100755 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ A python module for locating dates inside text. Use this package to extract all of date like strings from a document and turn them into datetime objects. This module finds the likely datetime strings and then uses -`dateutil`to convert to the datetime object. +`dateutil` to convert to the datetime object. Installation @@ -37,10 +37,6 @@ How to Use ---------- -.. automodule:: datefinder - :members: find_dates - - .. code-block:: python In [1]: string_with_dates = """ diff --git a/setup.py b/setup.py index 1c93a74..1026768 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="0.7.0", + version="0.7.1", description="Extract datetime objects from strings", long_description=long_description, # The project's main homepage.