We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e7eb8 commit b0d3c2cCopy full SHA for b0d3c2c
setup.py
@@ -48,5 +48,5 @@ def read_file(filename):
48
keywords="xero python sdk API oAuth",
49
name="xero_python",
50
packages=find_packages(include=["xero_python", "xero_python.*"]),
51
- version="4.0.0",
+ version="5.0.0",
52
)
xero_python/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Xero Developer API"""
4
__email__ = "api@xero.com"
5
-__version__ = "4.0.0"
+__version__ = "5.0.0"
0 commit comments