We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e0ade commit 8f5749bCopy full SHA for 8f5749b
adafruit_minimqtt/adafruit_minimqtt.py
@@ -32,7 +32,7 @@
32
from micropython import const
33
from .matcher import MQTTMatcher
34
35
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
36
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT.git"
37
38
# Client-specific variables
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-minimqtt"
14
description = "MQTT client library for CircuitPython"
15
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments