From 824780f874100dde86c0d89148c476346c1cab4b Mon Sep 17 00:00:00 2001 From: Camille <78221213+clatapie@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:37:42 +0200 Subject: [PATCH] release: bump version to `0.3.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfb8d4fd2..11c2827ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "pyconverter-xml2py" -version = "0.3.dev0" +version = "0.3.0" description = "PyConverter-XML2Py converter." readme = "README.rst" requires-python = ">=3.10,<4"