We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915c9a2 commit 7bd2030Copy full SHA for 7bd2030
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="1.6.0",
+ version="1.7.0",
52
)
xero_python/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Xero Developer API"""
4
__email__ = "api@xero.com"
5
-__version__ = "1.6.0"
+__version__ = "1.7.0"
0 commit comments