Browse Source

[ENH] update pypi version and status

pull/7/head
troyyyyy 1 year ago
parent
commit
9718cc88b0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pyproject.toml

+ 2
- 2
pyproject.toml View File

@@ -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",


Loading…
Cancel
Save