From 6498e21898717452de4c9e815812105c62f0938e Mon Sep 17 00:00:00 2001 From: melvinkcx Date: Mon, 25 Oct 2021 13:59:58 +0900 Subject: [PATCH] bumped version to 0.1.3 --- fastapi_events/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_events/__init__.py b/fastapi_events/__init__.py index 09c0d0d..1ef2892 100644 --- a/fastapi_events/__init__.py +++ b/fastapi_events/__init__.py @@ -1,5 +1,5 @@ from contextvars import ContextVar -__version__ = "0.1.2" +__version__ = "0.1.3" event_store = ContextVar("fastapi_context")