Skip to content

Commit

Permalink
Bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 10, 2017
1 parent ed0d641 commit 09b1090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ def convert(filename, fmt):
platforms=['OS Independent'],
classifiers=CLASSIFIERS,
install_requires=[
'Django>=1.8',
'django-shop>=0.9.0',
'paypalrestsdk>=1.11.0',
'paypalrestsdk>=1.12.0',
'requests>=2.14.1',
],
packages=find_packages(),
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion shop_paypal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit 09b1090

Please sign in to comment.