We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2292b09 commit 711ad10Copy full SHA for 711ad10
authorizenet/constants.py
@@ -16,7 +16,7 @@ class constants(object):
16
PRODUCTION = 'https://api2.authorize.net/xml/v1/request.api'
17
18
'''clientId'''
19
- version = '1.1.3'
+ version = '1.1.4'
20
clientId = 'sdk-python-' + version
21
22
'''xml encoding'''
setup.py
@@ -17,7 +17,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
- version='1.1.3',
+ version='1.1.4',
description='Authorize.Net Python SDK',
23
0 commit comments