diff --git a/README.md b/README.md index 0859b009..0d972e1e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ``` # Requires Python > 3.6 -pip install checkout-sdk==3.0.3 +pip install checkout-sdk== ``` > **Version 3.0.0 is here!** diff --git a/checkout_sdk/properties.py b/checkout_sdk/properties.py index 6e47318c..dc6e5569 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.3" +VERSION = "3.0.4"