Skip to content

Commit 72be6a5

Browse files
committed
Fixing pyxb version
1 parent a8e3b02 commit 72be6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authorizenet/apicontractsv1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
_GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:6a124e8c-3f7c-11eb-bcdb-847beb3cc146')
1818

1919
# Version of PyXB used to generate the bindings
20-
_PyXBVersion = '1.2.6.2'
20+
_PyXBVersion = '1.2.6'
2121
# Generated bindings are not compatible across PyXB versions
2222
if pyxb.__version__ != _PyXBVersion:
2323
raise pyxb.PyXBVersionError(_PyXBVersion)

0 commit comments

Comments
 (0)