diff --git a/setup.py b/setup.py index 00cccd0336a320e2a227b2f2f182406c06f76176..2b4760941fb00205853bc29af0695ab9111265bf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="stripe-checkout", - version="0.17", + version="0.18", author="GEANT", author_email="swd@geant.org", description="Stripe custom checkout support service",