diff --git a/pyproject.toml b/pyproject.toml index 26b15c0..65d5cf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "easyvae" -version = "1.1" +version = "1.2" authors = [ { name="Ravaka RALAMBOARIVONY", email="ravaka.rlb.pro@gmail.com" }, ] -description = "Python implementation of a Classical and Variational Autoencoders " +description = "Python implementation of a Classical and Variational Autoencoders using NumPy" readme = "README.md" requires-python = ">=3.10" classifiers = [