diff --git a/README.md b/README.md index 81af765..ca1945a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ``` # Requires Python > 3.6 -pip install checkout-sdk==3.0.0b4 +pip install checkout-sdk==3.0.0b5 ``` Please check in [GitHub releases](https://github.com/checkout/checkout-sdk-python/releases) for all the versions diff --git a/checkout_sdk/properties.py b/checkout_sdk/properties.py index 37b7138..8162f88 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.0b4" +VERSION = "3.0.0b5"