Bump version

This commit is contained in:
Jens Andersen 2020-10-16 13:17:48 +02:00
parent 05e37f04ca
commit 23ffc05b90

View file

@ -10,7 +10,7 @@ with io.open('README.rst', encoding='utf8') as readme:
setup(
name="pyspamsum",
version="1.0.4",
version="1.0.5",
description="A Python wrapper for Andrew Tridgell's spamsum algorithm",
long_description=long_description,
author="Russell Keith-Magee",
@ -27,6 +27,9 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Text Processing',
'Topic :: Utilities',
],