From 17406dc1a9a91c1990e7671de1a1959d0ae671ee Mon Sep 17 00:00:00 2001 From: Antoine Fontaine Date: Tue, 15 Mar 2016 15:18:03 +0100 Subject: [PATCH] release 0.3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 52abeb5..19f1dfc 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ main = Extension('hunspell', **main_module_kwargs) setup(name="hunspell", - version="0.3.4", + version="0.3.5", description="Module for the Hunspell spellchecker engine", author="BenoƮt Latinier", author_email="benoit@latinier.fr",