Skip to content

Commit 697bb70

Browse files
committed
Fix entry point.
1 parent bad22dd commit 697bb70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ testing =
6363
[options.entry_points]
6464
# Add here console scripts like:
6565
console_scripts =
66-
meshtastic2hass = meshtastic2hass:main
66+
meshtastic2hass = meshtastic2hass.meshtastic2hass:main
6767
# For example:
6868
# console_scripts =
6969
# fibonacci = meshtastic2hass.skeleton:run

src/meshtastic2hass/meshtastic2hass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
__author__ = "Michael Wolf aka Mictronics"
3939
__copyright__ = "2024, (C) Michael Wolf"
4040
__license__ = "GPL v3+"
41-
__version__ = "1.0.17"
41+
__version__ = "1.0.18"
4242

4343

4444
def onReceiveTelemetry(packet, interface, topic=pub.AUTO_TOPIC):

0 commit comments

Comments
 (0)