From 959009db464d3c83f87f086df9805679f3d826af Mon Sep 17 00:00:00 2001 From: Ignacio Calderon Date: Wed, 26 Jun 2024 15:40:10 +0200 Subject: [PATCH] chore: bump version to 4.2.0 --- pbxproj/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbxproj/__init__.py b/pbxproj/__init__.py index 0ed4734..bed2f31 100644 --- a/pbxproj/__init__.py +++ b/pbxproj/__init__.py @@ -27,4 +27,4 @@ from pbxproj.XcodeProject import XcodeProject from pbxproj.pbxsections import * -__version__ = '4.1.0' +__version__ = '4.2.0'