diff --git a/.gitignore b/.gitignore index 217296866c86503c594cfb0fd1d251b71466e60c..22670b9ed85adbef2b5595c363858ef3fc50a1e2 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 4cabc9bdf394fa4c536b3c4c1852ab59b7b14d34..920c849c600886121fb5ec7bfb4b3cc97b4e9671 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",