From 2bac239910cc040600a0b8ef495ada340f3d9f24 Mon Sep 17 00:00:00 2001 From: Ignacio Calderon Date: Mon, 19 Aug 2024 15:08:51 +0200 Subject: [PATCH] chore: bump to version 4.2.1 (#359) --- pbxproj/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbxproj/__init__.py b/pbxproj/__init__.py index bed2f31..2ef1cb6 100644 --- a/pbxproj/__init__.py +++ b/pbxproj/__init__.py @@ -27,4 +27,4 @@ from pbxproj.XcodeProject import XcodeProject from pbxproj.pbxsections import * -__version__ = '4.2.0' +__version__ = '4.2.1'