From fd2b307dd1d981f76e5c34b03540cf4b7bff918a Mon Sep 17 00:00:00 2001 From: Ignacio Calderon Date: Wed, 10 Apr 2024 10:21:57 +0200 Subject: [PATCH] chore: bump version to 4.1.0 (#347) --- 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'