meshconsole 2.2.1__tar.gz → 2.2.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshconsole
3
- Version: 2.2.1
3
+ Version: 2.2.2
4
4
  Summary: A powerful CLI and web interface for Meshtastic mesh networking devices
5
5
  Project-URL: Homepage, https://github.com/m9wav/MeshConsole
6
6
  Project-URL: Repository, https://github.com/m9wav/MeshConsole
@@ -37,7 +37,7 @@ Requires-Dist: twine; extra == 'dev'
37
37
  Description-Content-Type: text/markdown
38
38
 
39
39
  <p align="center">
40
- <img src="logo.png" alt="MeshConsole" width="400"/>
40
+ <img src="https://raw.githubusercontent.com/m9wav/MeshConsole/main/logo.png" alt="MeshConsole" width="400"/>
41
41
  </p>
42
42
 
43
43
  <p align="center">
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="logo.png" alt="MeshConsole" width="400"/>
2
+ <img src="https://raw.githubusercontent.com/m9wav/MeshConsole/main/logo.png" alt="MeshConsole" width="400"/>
3
3
  </p>
4
4
 
5
5
  <p align="center">
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "meshconsole"
7
- version = "2.2.1"
7
+ version = "2.2.2"
8
8
  description = "A powerful CLI and web interface for Meshtastic mesh networking devices"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -5,7 +5,7 @@ Author: M9WAV
5
5
  License: MIT
6
6
  """
7
7
 
8
- __version__ = "2.2.1"
8
+ __version__ = "2.2.2"
9
9
  __author__ = "M9WAV"
10
10
 
11
11
  from meshconsole.core import MeshtasticTool, MeshtasticToolError, PacketSummary
@@ -7,7 +7,7 @@ A tool for interacting with Meshtastic devices over TCP or USB.
7
7
 
8
8
  Author: M9WAV
9
9
  License: MIT
10
- Version: 2.2.1
10
+ Version: 2.2.2
11
11
  """
12
12
 
13
13
  import argparse
File without changes
File without changes