diff --git a/CHANGELOG b/CHANGELOG index 2a033b6d933e3c946b75e2bf9b44db14d49965f3..a318592f4d1378ad63a90525e4d4b70af023a9c8 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 fa1f8c73a0398e6fe83a1ba2f8081a5ead215914..68fc74f0109c8cbafea792210ca5379abbf36c72 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 ee1372d33a29e27945406f0527f8af8e6ee119c9..7179039691ce07a214e7a815893fee97a97b1422 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.2 +0.2.3