Skip to content

Commit ca2c3b7

Browse files
committed
bump version, bump dnspython pinned version
1 parent 4433683 commit ca2c3b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='email_validator',
12-
version='1.0.1',
12+
version='1.0.2',
1313

1414
description='A robust email syntax and deliverability validation library for Python 2.x/3.x.',
1515
long_description=open("README.rst", encoding='utf-8').read(),
@@ -34,11 +34,11 @@
3434
],
3535

3636
keywords="email address validator",
37-
37+
3838
packages=find_packages(),
3939
install_requires=[
4040
"idna>=2.0.0",
41-
"dnspython>=1.13.0"],
41+
"dnspython>=1.15.0"],
4242

4343
entry_points={
4444
'console_scripts': [

0 commit comments

Comments
 (0)