From 591539a427735669bb4779ff074f2b3e801506a6 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 13 Oct 2020 11:52:58 -0400 Subject: [PATCH] rrl 0.2.1, allow python 3.7 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75a6048..23a2991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "rrl" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["James Turk "] license = "MIT" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.7" redis = "^3.5.3" [tool.poetry.dev-dependencies]