From 412ac0a710abfa243501a7ad281a0b6f664f4af9 Mon Sep 17 00:00:00 2001 From: Ignacio Calderon Date: Mon, 19 Aug 2024 15:07:40 +0200 Subject: [PATCH] chore: bump to version 4.2.1 --- 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'