diff --git a/README.rst b/README.rst index eeb6eac..b47b03f 100644 --- a/README.rst +++ b/README.rst @@ -3,11 +3,9 @@ imap_tools Effective working with email messages using IMAP protocol. -=================== =============================================== -Python version 3.3+ -License MIT -PyPI https://pypi.python.org/pypi/imap_tools/ -=================== =============================================== +:Python version: 3.3+ +:License: MIT +:PyPI: https://pypi.python.org/pypi/imap_tools/ Features -------- diff --git a/setup.py b/setup.py index f138566..c27a446 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='imap_tools', - version='0.1.9', + version='0.2.0', packages=['imap_tools'], url='https://github.com/ikvk/imap_tools', license='MIT',