diff --git a/setup.py b/setup.py index e08d0953..1bec9d3c 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.1.0", + version="6.2.0", ) diff --git a/xero_python/__init__.py b/xero_python/__init__.py index a5f3da55..230af95e 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.1.0" +__version__ = "6.2.0"