Skip to content

Commit 8473d38

Browse files
committed
removed unwanted changes
1 parent 65a9aa2 commit 8473d38

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Publish
22
on:
33
release:
44
types: [published]
5-
push:
65

76
jobs:
87
publish:

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="6.3.0-alpha.8",
51+
version="6.3.0",
5252
)

0 commit comments

Comments
 (0)