Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ response.
- \[x\] PyPI package
- \[x\] Tests and coverage
- \[x\] Windows compatibility
- \[ \] Terminal wrapper
- \[ \] Cli wrapper

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Roadmap
- [x] PyPI package
- [x] Tests and coverage
- [x] Windows compatibility
- [ ] Terminal wrapper
- [ ] Cli wrapper

Contributing
------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "python-glinet"
version = "0.8.1"
version = "0.8.2"
description = "Python3 client for Gl.Inet LUCI API firmware 4.0 onwards."
readme = "README.md"
license = { file = "LICENSE" }
Expand All @@ -12,7 +12,6 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
]
dependencies = [
"build>=1.3.0",
"ipython>=8.18.1",
"passlib>=1.7.4",
"requests>=2.32.5",
Expand All @@ -22,6 +21,7 @@ dependencies = [
[project.urls]
"Bug Tracker" = "https://github.com/tomtana/python-glinet/issues"
"Documentation" = "https://tomtana.github.io/python-glinet"
"Source" = "https://github.com/tomtana/python-glinet"



Expand Down
2 changes: 0 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.