From 9718cc88b0702c276de390f5bdd57a0d32676ee6 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Wed, 24 Jan 2024 10:50:04 +0800 Subject: [PATCH] [ENH] update pypi version and status --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b41797a..887dd04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ablkit" -version = "0.2.1" +version = "0.2.2" authors = [ { name="LAMDA 2024", email = "abductivelearning@gmail.com" }, ] @@ -14,7 +14,7 @@ requires-python = ">=3.7.0" license = {text = "MIT LICENSE"} keywords = ["machine-learning", "framework", "abductive-learning", "neuro-symbolic"] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License",