Skip to content

Commit 7a58a22

Browse files
committed
Updated project version to 1.0.1
1 parent dfc8726 commit 7a58a22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ With pip:
2525
pip install logicalpy
2626
```
2727

28-
Note than the library needs a Python version higher than 3.9.
28+
Note that the library needs a Python version higher than 3.9.
2929

3030
## Contributing
3131

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ With pip:
2323
pip install logicalpy
2424
```
2525

26-
Note than the library needs a Python version higher than 3.9.
26+
Note that the library needs a Python version higher than 3.9.
2727

2828
## Usage
2929

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "logicalpy"
77
description = "A library providing basic functionalities for manipulating propositional logic"
8-
version = "1.0.0"
8+
version = "1.0.1"
99
authors = [
1010
{name = "Timothée Monin"}
1111
]

0 commit comments

Comments
 (0)