diff --git a/README.md b/README.md index af0062e1..e5827451 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,6 @@ How is this possible? The **Transaction Relay Service** acts as a proxy, paying back due to the transaction architecture we use. It also enables the user to pay for ethereum transactions using **ERC20 tokens**. -Docs ----- -Docs are available on [Gnosis Docs](https://docs.gnosis.io/safe/docs/services_relay/) -You can open the diagrams explaining _Pre CREATE2_ deployment under `docs/` with [Staruml](http://staruml.io/) - Setup for development (using ganache) ------------------------------------- This is the recommended configuration for developing and testing the Relay service. `docker-compose` is required for diff --git a/safe_relay_service/version.py b/safe_relay_service/version.py index f3d895ba..8a1e6a57 100644 --- a/safe_relay_service/version.py +++ b/safe_relay_service/version.py @@ -1,4 +1,4 @@ -__version__ = "4.0.2" +__version__ = "4.1.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num