From 80a02230199b569f75f0fd5190e3c93e04fd5d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 31 Oct 2024 17:26:33 +0100 Subject: [PATCH] Bump to 0.13.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- pycargoebuild/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycargoebuild/__init__.py b/pycargoebuild/__init__.py index 3b0ee13..aceb332 100644 --- a/pycargoebuild/__init__.py +++ b/pycargoebuild/__init__.py @@ -4,4 +4,4 @@ """A generator for Rust/Cargo ebuilds written in Python""" -__version__ = "0.13.3" +__version__ = "0.13.4"