Update version and push to pypi

This commit is contained in:
martinrusev
2016-06-08 09:38:32 +03:00
parent bd15fa279a
commit 64c06c1915

View File

@@ -1,7 +1,7 @@
from setuptools import setup
import os
version = '0.8'
version = '0.8.5'
def read(filename):
@@ -14,7 +14,7 @@ setup(
long_description=read('README.md'),
keywords='email, IMAP, parsing emails',
author='Martin Rusev',
author_email='martinrusev@live.com',
author_email='martin@amon.cx',
url='https://github.com/martinrusev/imbox',
license='MIT',
packages=['imbox'],
@@ -27,5 +27,6 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
),
)