Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Lehmann committed Apr 19, 2018
1 parent b3333f6 commit 0ce1000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:created on 2018-04-19 19:43:41
:last modified by: Stefan Lehmann
:last modified time: 2018-04-19 20:17:46
:last modified time: 2018-04-19 20:36:03
"""
import ssl
Expand Down Expand Up @@ -37,7 +37,7 @@
)


__version__ = "1.0.2"
__version__ = "1.0.3"


TopicQos = namedtuple("TopicQos", ["topic", "qos"])
Expand Down

0 comments on commit 0ce1000

Please sign in to comment.