From c38f51baa2c74fa89d5a4de6983b9681e5ccc5ff Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 31 Dec 2024 00:19:35 +0530 Subject: [PATCH] Add a `version` key in the `[project]` table (#196) --- cramjam-python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cramjam-python/pyproject.toml b/cramjam-python/pyproject.toml index 2a4aa85..4c19e03 100644 --- a/cramjam-python/pyproject.toml +++ b/cramjam-python/pyproject.toml @@ -2,6 +2,7 @@ name = "cramjam" keywords = ["compression", "decompression", "snappy", "zstd", "bz2", "gzip", "lz4", "brotli", "deflate"] requires-python = ">=3.7" +version = "2.8.3" license = { file = "LICENSE" } [project.urls] -- 2.47.1