From c19db949634ae99a7919c921ca328af496b8b899 Mon Sep 17 00:00:00 2001 From: NAUD Maxence <maxence.naud@cea.fr> Date: Fri, 31 Jan 2025 21:59:47 +0000 Subject: [PATCH] UPD: version 0.2.2 -> 0.2.3 --- CHANGELOG | 2 ++ pyproject.toml | 20 ++++++++++++++++++-- version.txt | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2a033b6..a318592 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +# Version 0.2.3 (January 31, 2025) + # Version 0.2.2 (December 12, 2024) # Version 0.1.1 (May 14, 2024) diff --git a/pyproject.toml b/pyproject.toml index fa1f8c7..68fc74f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,24 @@ readme = "README.md" license = { file = "LICENSE" } classifiers = [ "Development Status :: 2 - Pre-Alpha", - "Programming Language :: Python :: 3" - ] + "Intended Audience :: Developers", + "Intended Audience :: Education", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", + "Programming Language :: C++", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3 :: Only", + "Topic :: Scientific/Engineering", + "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Topic :: Software Development" +] dynamic = ["version"] # defined in pbr [project.urls] diff --git a/version.txt b/version.txt index ee1372d..7179039 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.2 +0.2.3 -- GitLab