Update version and push to pypi
This commit is contained in:
5
setup.py
5
setup.py
@@ -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',
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user