From 8eed02e6cc6b5975b8d9a0c8b1e71ae4bd244917 Mon Sep 17 00:00:00 2001 From: Valeryi Savich Date: Mon, 12 Aug 2019 19:36:57 +0300 Subject: [PATCH] Updated package version --- 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 65e33bd..d1ca8bb 100644 --- a/sanic_mongodb_ext/__init__.py +++ b/sanic_mongodb_ext/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.2' +__version__ = '0.3.0' __all__ = ['MongoDbExtension', ] VERSION = __version__