From cf02dfea6a63b0e6de7a92de8731d81632562af4 Mon Sep 17 00:00:00 2001 From: Vipul Cariappa Date: Sat, 30 Dec 2023 15:28:26 +0530 Subject: [PATCH] updated REAMD.md and new version for release --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"