From 0d24f76e023a366fab28923064e6a7d78ed191ed Mon Sep 17 00:00:00 2001 From: Brian Kirkpatrick Date: Mon, 18 Feb 2019 13:08:30 -0800 Subject: [PATCH] Update flask_sockets.py --- flask_sockets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flask_sockets.py b/flask_sockets.py index ce6ac89..0c4c971 100644 --- a/flask_sockets.py +++ b/flask_sockets.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +__version__ = "0.2.1" from werkzeug.routing import Map, Rule from werkzeug.exceptions import NotFound