Skip to content

Commit b0d3c2c

Browse files
authored
Bump version to 5.0.0 (#136)
Bump version to 5.0.0
1 parent 38e7eb8 commit b0d3c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ def read_file(filename):
4848
keywords="xero python sdk API oAuth",
4949
name="xero_python",
5050
packages=find_packages(include=["xero_python", "xero_python.*"]),
51-
version="4.0.0",
51+
version="5.0.0",
5252
)

xero_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Xero Developer API"""
44
__email__ = "[email protected]"
5-
__version__ = "4.0.0"
5+
__version__ = "5.0.0"

0 commit comments

Comments
 (0)