Skip to content

Commit

Permalink
Fixed README with a post release on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrous committed Apr 18, 2024
1 parent 46d2251 commit b34cf27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


## Getting started
The package is available on PyPi. You can install it with
The package is available on PyPI. You can install it with
```
pip install updes
```
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/README_PyPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


## Getting started
The package is available on PyPi. You can install it with
The package is available on PyPI. You can install it with
```
pip install updes
```
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "updes"
description = "Universal Partial Differential Equations Simulator"
version = "1.0.1"
readme = "docs/assets/README_PyPI/md"
version = "1.0.1.post"
readme = "docs/assets/README_PyPI.md"
authors = [
{ name = "Roussel Desmond Nzoyem", email = "desmond.ngueguin@gmail.com" }
]
Expand Down

0 comments on commit b34cf27

Please sign in to comment.