Skip to content

Commit

Permalink
bump version, fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bird committed Oct 4, 2021
1 parent 6c48575 commit 106ddbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements/python
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ phonenumbers
python-stdnum

# For the DateOfBirthDetector, master version due to an unfixed bug... but which one?
dateparser @ git+https://github.com/scrapinghub/dateparser.git
# Can't upload to PyPi with a dependency on a GH repo, so removed link to dateparser repo
dateparser
# @ git+https://github.com/scrapinghub/dateparser.git

# For the detector/post-processor catalogues
catalogue
Expand Down
2 changes: 1 addition & 1 deletion scrubadub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from . import post_processors
from .filth import Filth

__version__ = VERSION = "2.0.0.rc1"
__version__ = VERSION = "2.0.0"
__all__ = [
'Scrubber', 'filth', 'detectors', 'post_processors', 'clean', 'clean_documents', 'list_filth',
'list_filth_documents',
Expand Down

0 comments on commit 106ddbd

Please sign in to comment.