From c30d4a5f80e6f056ba2cca94c2195e8c2ad37031 Mon Sep 17 00:00:00 2001
From: Pawel Nuckowski
Date: Mon, 8 Mar 2021 09:36:07 +0100
Subject: [PATCH] version 0.7.2
---
aioresponses/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aioresponses/__init__.py b/aioresponses/__init__.py
index a769c63..e406014 100644
--- a/aioresponses/__init__.py
+++ b/aioresponses/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from .core import CallbackResult, aioresponses
-__version__ = '0.7.1'
+__version__ = '0.7.2'
__all__ = [
'CallbackResult',