Skip to content

Commit

Permalink
docs updated & version upgraded to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed May 7, 2024
1 parent 78fb7be commit 85c1124
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# nipe_py

<p align="center">
<img src="./assets/banner.png">
<img src="https://github.com/Aviksaikat/nipe_py/assets/banner.png">
</p>

<center>
Expand Down Expand Up @@ -49,7 +49,7 @@ Commands:
```

## Demo
![](./assets/demo.gif)
![](https://github.com/Aviksaikat/nipe_py/assets/demo.gif)

## License

Expand Down
2 changes: 1 addition & 1 deletion src/nipe_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

__all__ = ["Device", "Install", "Status", "Restart", "Start", "Stop"]

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 85c1124

Please sign in to comment.