From 7b8ad657bfa427f9f0046c3733d6b59dbbf44926 Mon Sep 17 00:00:00 2001 From: Jamie Stumme <3059647+StummeJ@users.noreply.github.com> Date: Fri, 3 Jun 2022 10:01:32 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(ver):=20bump=20to=200.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3861b18..59e2995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meta-memcache" -version = "0.9.1" +version = "0.9.2" description = "Modern, pure python, memcache client with support for new meta commands." license = "MIT" readme = "README.md"