From 68a0d17066189772dfc945fa85ccfb0048db3116 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Wed, 19 Jan 2022 20:27:18 +0000 Subject: [PATCH] 0.1.6 --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 4f634255..6e8f628a 100644 --- a/src/main.py +++ b/src/main.py @@ -15,7 +15,7 @@ logger = logging.getLogger(__name__) -version = "0.1.5" +version = "0.1.6" description = """ The Nowcasting API is still under development. It only returns zeros for now. """