Skip to content

Commit 6b7e3e3

Browse files
committed
release 1.0.1
1 parent 4229e17 commit 6b7e3e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ is more appropriate for. And this library does NOT permit obsolete
2121
forms of email addresses, so if you need strict validation against the
2222
email specs exactly, use `pyIsEmail <https://github.com/michaelherold/pyIsEmail>`__.
2323

24-
The current version is 1.0 (September 5, 2015).
24+
The current version is 1.0.1 (March 6, 2016).
2525

2626
Installation
2727
------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='email_validator',
12-
version='1.0.0',
12+
version='1.0.1',
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(),

0 commit comments

Comments
 (0)