forked from OpenPaymentPlatform/python
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from CashStar/US53062/belk-updates
US53062 belk updates to allow headers and remove username/password
- Loading branch information
Showing
3 changed files
with
38 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
setup( | ||
name='opp', | ||
version='1.3.1', | ||
version='1.3.2', | ||
description='Python wrapper for OPP', | ||
author='PAY.ON', | ||
author_email='[email protected]', | ||
|
@@ -30,5 +30,5 @@ | |
'Topic :: Software Development :: Libraries :: Python Modules', | ||
], | ||
install_requires=install_requires, | ||
download_url='https://github.com/OpenPaymentPlatform/python/tarball/1.3.1' | ||
download_url='https://github.com/OpenPaymentPlatform/python/tarball/1.3.2' | ||
) |