From c0dd110ba5cd381ce8f9afb9b6b917db496946a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Drouet?= Date: Thu, 26 Dec 2024 20:49:43 +0100 Subject: [PATCH] build(python): set version in pyproject MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Drouet --- packages/mrml-python/pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/mrml-python/pyproject.toml b/packages/mrml-python/pyproject.toml index 2af64b0a..ed99a869 100644 --- a/packages/mrml-python/pyproject.toml +++ b/packages/mrml-python/pyproject.toml @@ -4,13 +4,14 @@ build-backend = "maturin" [project] name = "mrml" +version = "0.1.15" description = "A Python wrapper for MRML (Rust port of MJML)." readme = "readme.md" requires-python = ">=3.7" classifiers = [ - "Programming Language :: Rust", - "Programming Language :: Python :: Implementation :: CPython", - "Programming Language :: Python :: Implementation :: PyPy", + "Programming Language :: Rust", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", ] [project.urls]