From d23f3a903ad315e43c7a721a44ff3c97fa7bf922 Mon Sep 17 00:00:00 2001 From: Lenoctambule <106790775+lenoctambule@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:26:42 +0200 Subject: [PATCH] build: update package version 1.1 => 1.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [