diff --git a/README.md b/README.md index 983a552d..9914d01a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ``` # Requires Python > 3.6 -pip install checkout-sdk==3.0.2 +pip install checkout-sdk==3.0.3 ``` > **Version 3.0.0 is here!** diff --git a/checkout_sdk/properties.py b/checkout_sdk/properties.py index a2ded2fc..6e47318c 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.2" +VERSION = "3.0.3"