From a9e226f759245de1440211254aba114db0ae4c90 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 5 Feb 2024 22:58:16 +0100 Subject: [PATCH] Bump python version to 0.994.0 --- implementations/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/python/pyproject.toml b/implementations/python/pyproject.toml index 552d500..d2cb61c 100644 --- a/implementations/python/pyproject.toml +++ b/implementations/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "preserves" -version = "0.993.0" +version = "0.994.0" description = "Data serialization format" readme = "README.md" requires-python = ">=3.6, <4"