Skip to content

Commit

Permalink
python: Bump version number in honor of the pypi release
Browse files Browse the repository at this point in the history
Signed-off-by: Mimoja <[email protected]>
  • Loading branch information
Mimoja committed Jun 26, 2024
1 parent 9dcb66a commit d83c0f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ POC implementation of the Improv-wifi protocol in python3.10


### Installation
pyImprov is available through pypi:
```
pip install pyImprov
```

To run from this folder

```
pip install venv
python3 -m venv .venv
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 = "pyImprov"
version = "0.1.0"
version = "0.1.1"
description = "Host a Improv wifi provisioning server"
license = { text = "LGPL-2.1-or-later" }
authors = [{ name = "Mimoja", email = "[email protected]" }]
Expand Down

0 comments on commit d83c0f7

Please sign in to comment.