This commit is contained in:
Dustin Ingram
2016-10-19 15:41:37 -04:00
parent df44b7a7d0
commit 1b74f2baac
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ The blacklist is a Python ``set`` containing all domains in the blacklist:
>>> 'bearsarefuzzy.com' in blacklist
True
The domains are guaranteed to be fully lowercased and striped of whitespace.
The domains are guaranteed to be fully lowercased and stripped of whitespace.
Source
------

View File

@@ -9,7 +9,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
setup(
name='disposable-email-domains',
version='0.0.1',
version='0.0.2',
description='A set of disposable email domains',
long_description=long_description,
url='https://github.com/di/disposable-email-domains',