Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian committed May 27, 2020
1 parent f36d243 commit 66d5fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.rst
Expand Up @@ -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
Expand All @@ -37,10 +37,6 @@ How to Use
----------


.. automodule:: datefinder
:members: find_dates


.. code-block:: python
In [1]: string_with_dates = """
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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.
Expand Down

0 comments on commit 66d5fe7

Please sign in to comment.