Skip to content

Commit

Permalink
Updated the setup and init version
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Aug 26, 2024
1 parent 6df3250 commit a7e3b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
2 changes: 1 addition & 1 deletion xero_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Xero Developer API"""
__email__ = "api@xero.com"
__version__ = "6.1.0"
__version__ = "6.2.0"

0 comments on commit a7e3b93

Please sign in to comment.