build: update package version 1.1 => 1.2

This commit is contained in:
Lenoctambule
2026-04-10 22:26:42 +02:00
parent 475ca0cf6f
commit d23f3a903a

View File

@@ -1,10 +1,10 @@
[project] [project]
name = "easyvae" name = "easyvae"
version = "1.1" version = "1.2"
authors = [ authors = [
{ name="Ravaka RALAMBOARIVONY", email="ravaka.rlb.pro@gmail.com" }, { 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" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [