Skip to content

Commit b43a789

Browse files
committed
Bump pyxb contract version
1 parent 6e7ffb6 commit b43a789

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.5'
20+
_PyXBVersion = '1.2.7-DEV'
2121
# Generated bindings are not compatible across PyXB versions
2222
if pyxb.__version__ != _PyXBVersion:
2323
raise pyxb.PyXBVersionError(_PyXBVersion)

0 commit comments

Comments
 (0)