From b0d3c2c5c30d671bb2739072226072912da98c49 Mon Sep 17 00:00:00 2001
From: OptimusPrime <147086188+manishT72@users.noreply.github.com>
Date: Mon, 1 Jul 2024 15:29:48 +0530
Subject: [PATCH] Bump version to 5.0.0 (#136)

Bump version to 5.0.0
---
 setup.py                | 2 +-
 xero_python/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 7f408a79..59e939c7 100644
--- a/setup.py
+++ b/setup.py
@@ -48,5 +48,5 @@ def read_file(filename):
     keywords="xero python sdk API oAuth",
     name="xero_python",
     packages=find_packages(include=["xero_python", "xero_python.*"]),
-    version="4.0.0",
+    version="5.0.0",
 )
diff --git a/xero_python/__init__.py b/xero_python/__init__.py
index 4e3cf907..597bfa3c 100644
--- a/xero_python/__init__.py
+++ b/xero_python/__init__.py
@@ -2,4 +2,4 @@
 
 __author__ = """Xero Developer API"""
 __email__ = "api@xero.com"
-__version__ = "4.0.0"
+__version__ = "5.0.0"