From 87aad18b63d1c0996f15dab094878f928ff24911 Mon Sep 17 00:00:00 2001 From: Ignacio Calderon Date: Fri, 2 Jul 2021 19:13:42 +0200 Subject: [PATCH] chore: bump version to 3.2.3 --- pbxproj/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbxproj/__init__.py b/pbxproj/__init__.py index 7fe4a4c..b9a07db 100644 --- a/pbxproj/__init__.py +++ b/pbxproj/__init__.py @@ -27,4 +27,4 @@ from pbxproj.XcodeProject import XcodeProject from pbxproj.pbxsections import * -__version__ = '3.2.2' +__version__ = '3.2.3'