From b2e302258c38fab5aa00d77ec53a1a5e47e19f25 Mon Sep 17 00:00:00 2001 From: Zedeldi <66186954+Zedeldi@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:07:33 +0100 Subject: [PATCH] Increment version to 1.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a88433..9dec7f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "igelfs" description = "Python implementation of the IGEL filesystem." -version = "1.3.0" +version = "1.3.1" readme = "README.md" license = {file = "LICENSE"} authors = [