Browse Source

[ENH] change pypi version

pull/6/head
troyyyyy 1 year ago
parent
commit
341f77f7e0
3 changed files with 5 additions and 4 deletions
  1. +2
    -1
      .gitignore
  2. +2
    -2
      README.md
  3. +1
    -1
      pyproject.toml

+ 2
- 1
.gitignore View File

@@ -12,4 +12,5 @@ examples/**/*.jpg
.idea/ .idea/
build/ build/
docs/API/generated/ docs/API/generated/
.history
.history
dist

+ 2
- 2
README.md View File

@@ -22,7 +22,7 @@ logical reasoning in a unified framework. It is suitable for tasks
where both data and (logical) domain knowledge are available. where both data and (logical) domain knowledge are available.


<p align="center"> <p align="center">
<img src="docs/_static/img/ABL.png" alt="Abductive Learning" style="width: 80%;"/>
<img src="https://github.com/AbductiveLearning/ABLKit/tree/main/docs/_static/img/ABL.png" alt="Abductive Learning" style="width: 80%;"/>
</p> </p>


Key Features of ABL Kit: Key Features of ABL Kit:
@@ -36,7 +36,7 @@ an efficient and convenient toolkit to develop dual-driven ABL systems,
which leverage the power of both data and knowledge. which leverage the power of both data and knowledge.


<p align="center"> <p align="center">
<img src="docs/_static/img/ABLKit.png" alt="ABL Kit" style="width: 80%;"/>
<img src="https://github.com/AbductiveLearning/ABLKit/tree/main/docs/_static/img/ABLKit.png" alt="ABL Kit" style="width: 80%;"/>
</p> </p>


## Installation ## Installation


+ 1
- 1
pyproject.toml View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"


[project] [project]
name = "ablkit" name = "ablkit"
version = "0.1.8"
version = "0.2.0"
authors = [ authors = [
{ name="LAMDA 2024", email = "abductivelearning@gmail.com" }, { name="LAMDA 2024", email = "abductivelearning@gmail.com" },
] ]


Loading…
Cancel
Save