From 985b2b74dd394d751496fc790b54d0868e6ebff4 Mon Sep 17 00:00:00 2001 From: Bruno Guillaume <Bruno.Guillaume@loria.fr> Date: Wed, 24 Feb 2021 17:56:35 +0100 Subject: [PATCH] version 0.4.0 (python) --- .gitignore | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2172968..22670b9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ build/ dist/ _build __pycache__ +grew.egg-info grewpy.native bin MANIFEST diff --git a/setup.py b/setup.py index 4cabc9b..920c849 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name='grew', - version='0.3.0', + version='0.4.0', packages=['grew',], license='LICENSE/Licence_CeCILL_V2-en.txt', description="A binding to the Grew software", -- GitLab