We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03e5a1 commit 5908f67Copy full SHA for 5908f67
1 file changed
setup.py
@@ -18,7 +18,7 @@
18
setup(
19
name = 'eway-rapid-python',
20
description = 'Python client implementation for eWAY Rapid API v3',
21
- version = '0.7.1',
+ version = '0.8',
22
packages = find_packages(exclude=('tests',)),
23
install_requires = requirements,
24
extras_require = {'testing': ['hypothesis>=3.1.3', 'coverage']},
0 commit comments