Compare commits

...

2 commits

Author SHA1 Message Date
c81e3e1e02 bump: version 5.2.0a27 → 5.2.0a28 2026-03-02 10:03:29 +01:00
035735ce83 fix: pyproject.toml 2026-03-02 09:52:49 +01:00
2 changed files with 3 additions and 5 deletions

View file

@ -4,17 +4,15 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "tiramisu" name = "tiramisu"
version = "5.2.0a27" version = "5.2.0a28"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "an options controller tool" description = "an options controller tool"
requires-python = ">=3.8" requires-python = ">=3.10"
license = {file = "LICENSE"} license = {file = "LICENSE"}
classifiers = [ classifiers = [
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",

View file

@ -1 +1 @@
__version__ = "5.2.0a27" __version__ = "5.2.0a28"