Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Moves from urltools to urlfinderlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wilson committed Aug 20, 2018
1 parent 95e74d5 commit 01f10ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion critswhitelist/critswhitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from urllib.parse import urlsplit
from tld import get_tld
from critsapi.critsdbapi import CRITsDBAPI
from urltools import is_valid
from urlfinderlib import is_valid


class CritsWhitelist:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.1.1',
version='0.1.2',

description='Library that interacts with CRITS to build an indicator whitelist system.',
long_description=long_description,
Expand Down

0 comments on commit 01f10ee

Please sign in to comment.