Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Arnold committed Jul 25, 2017
1 parent c4a8597 commit e051735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion litleSdkPython/litleBatchRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __init__(self, fileRequest, merchantId = None):
self._batchRequest.numUnloads = 0
self._batchRequest.unloadAmount = 0
self._batchRequest.numBalanceInquirys = 0
self._batchRequest.merchantSdk = '9.12.0'
self._batchRequest.merchantSdk = '9.12.1'

__tmpDir = self.config.batchRequestFolder+'/tmp'
self._maxTransactionsPerBatch = int(getattr(self.config, 'maxTransactionsPerBatch', '10000'))
Expand Down
2 changes: 1 addition & 1 deletion litleSdkPython/litleOnlineRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _createTxn(self, transaction):
litleOnline = litleXmlFields.litleOnlineRequest()
litleOnline.merchantId = self.MerchantId
litleOnline.version = '9.12'
litleOnline.merchantSdk = 'Python_9.12.0'
litleOnline.merchantSdk = 'Python_9.12.1'
authentication = litleXmlFields.authentication()
authentication.user = self.User
authentication.password = self.Password
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#from distutils.core import setup
from setuptools import setup, find_packages
setup(name='LitleSdkPython',
version='9.12.0',
version='9.12.1',
description='Vantiv eCommerce SDK for Python',
author='Vantiv eCommerce',
author_email='[email protected]',
Expand Down

0 comments on commit e051735

Please sign in to comment.