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