From c0fe046a190b9cc88a95fad996d87e6b265a73c9 Mon Sep 17 00:00:00 2001 From: Valeryi Savich Date: Sat, 24 Feb 2018 11:47:28 +0300 Subject: [PATCH] Update __init__.py --- sanic_mongodb_ext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic_mongodb_ext/__init__.py b/sanic_mongodb_ext/__init__.py index 10201dd..1e35599 100644 --- a/sanic_mongodb_ext/__init__.py +++ b/sanic_mongodb_ext/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.0' +__version__ = '0.1.1' __all__ = ['MongoDbExtension', ] VERSION = __version__