diff --git a/__init__.py b/__init__.py index 945c733..d7f446d 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -__version__='0.4.7' +__version__='0.5.0' diff --git a/pyproject.toml b/pyproject.toml index 8198b07..134c328 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyakeneo" -version = "0.4.7" +version = "0.5.0" description = "Python client for the Akeneo API REST" authors = ["Kave Tech "] readme = "README.rst"