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]
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 = [