From 1eba6aab92dd40a996132ab2fafa8985e3d0526d Mon Sep 17 00:00:00 2001 From: kvk Date: Mon, 19 Jun 2017 16:39:39 +0500 Subject: [PATCH] readme minor fix --- README.rst | 8 +++----- setup.py | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) 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',