Skip to content

Commit

Permalink
Changed Flask-MQTT version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohaib90 committed Oct 1, 2023
1 parent 8a492a0 commit c88d748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
unicode = str

# current Flask-MQTT version
__version__ = "1.1.2"
__version__ = "1.2.0"

#: Container for topic + qos
TopicQos = namedtuple("TopicQos", ["topic", "qos"])
Expand Down

0 comments on commit c88d748

Please sign in to comment.