diff --git a/setup.py b/setup.py
index 4fdf54eb02d036c444bdf7f8d3e50abe901419e3..231dddf9b10c89e3a0abfa64424ab928d6d42141 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="stripe-checkout",
-    version="0.12",
+    version="0.13",
     author="GEANT",
     author_email="swd@geant.org",
     description="Stripe custom checkout support service",