python-library-lan-router 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,10 @@ packages/**/examples/**/.env
14
14
  packages/**/examples/**/mcp.json
15
15
  !packages/**/examples/**/mcp.json.example
16
16
  packages/**/examples/**/.sandbox/
17
+ packages/**/examples/**/scratch/*
18
+ !packages/**/examples/**/scratch/.gitkeep
19
+ packages/**/examples/**/_ocr_once*.log
20
+ packages/**/examples/**/_ocr_once*.txt
17
21
  .pytest_cache/
18
22
  config.yaml
19
23
  logs/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-library-lan-router
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: pydantic>=2.0.0
6
6
  Requires-Dist: tplinkrouterc6u>=0.1.0
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "python-library-lan-router"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  requires-python = ">=3.10"
9
9
  dependencies = [
10
10
  "tplinkrouterc6u>=0.1.0",