From 9cf3b776961557247de4bd9d5c10ea2cb60e43a3 Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Mon, 5 Aug 2024 11:25:30 +0530 Subject: [PATCH] updated version to 6.1.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 3dc35386..e08d0953 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="6.0.0", + version="6.1.0", ) diff --git a/xero_python/__init__.py b/xero_python/__init__.py index 20fe3fe2..a5f3da55 100644 --- a/xero_python/__init__.py +++ b/xero_python/__init__.py @@ -2,4 +2,4 @@ __author__ = """Xero Developer API""" __email__ = "api@xero.com" -__version__ = "6.0.0" +__version__ = "6.1.0"