NewsBlur/vendor/paypal/__init__.py
Samuel Clay 4d683a9870 Revert "Upgrading paypal ipn."
This reverts commit 2635ff7136.
2015-01-15 12:40:17 -08:00

2 lines
108 B
Python
Executable file

VERSION = (0, 1, 4, 'a', 0)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(map(str, VERSION[3:]))