From ad4cd19a1ddb6314f6d6f480150140ecb024502f Mon Sep 17 00:00:00 2001 From: Yiling-J Date: Fri, 17 Mar 2023 11:05:49 +0800 Subject: [PATCH] release 0.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f8e861..df7c21b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "theine" -version = "0.3.2" +version = "0.3.3" description = "high performance in-memory cache" authors = ["Yiling-J "] readme = "README.md"