Skip to content

Commit

Permalink
updated REAMD.md and new version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa authored Dec 30, 2023
1 parent d89dd17 commit cf02dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "py-logic"
version = "0.1.0"
version = "0.1.1"
authors = [{ name = "Vipul Cariappa", email = "[email protected]" }]
description = "Library to use and simulate propositional logic"
readme = "README.md"
Expand Down

0 comments on commit cf02dfe

Please sign in to comment.