From 7e6ad6469478fea475bfd4ce788992433e00bef9 Mon Sep 17 00:00:00 2001 From: Surkal Date: Mon, 12 Oct 2020 09:51:33 +0200 Subject: [PATCH] v0.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73caae1..8f20788 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="wiktionnaireparser", # Replace with your own username - version="0.0.3", + version="0.0.4", author="Surkal", description="A library for parsing the french wiktionnary", long_description=long_description,