diff --git a/README.md b/README.md index b16aaf6..96a89ed 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Logic is a predicate logic simulator. It can be used to create automated proof. Install using pip with the git url ```bash -pip install git+https://github.com/Vipul-Cariappa/logic +pip install py-logic ``` ## Example Usage diff --git a/pyproject.toml b/pyproject.toml index 1ce7f0a..9afa8f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "py-logic" -version = "0.1.0" +version = "0.1.1" authors = [{ name = "Vipul Cariappa", email = "vipulcariappa@gmail.com" }] description = "Library to use and simulate propositional logic" readme = "README.md"