diff --git a/README.md b/README.md index 7a0db3a..6396dc4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can install the Frequenz Electricity Trading API client via pip. Replace `VE ``` # Choose the version you want to install -VERSION=0.1.0 +VERSION=0.2.0 pip install frequenz-client-electricity-trading==$VERSION ``` diff --git a/pyproject.toml b/pyproject.toml index b4f3044..b9cb668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev-mkdocs = [ "mkdocs-macros-plugin == 1.0.5", "mkdocs-material == 9.5.31", "mkdocstrings[python] == 0.25.2", - "mkdocstrings-python == 1.10.7", + "mkdocstrings-python == 1.10.8", "frequenz-repo-config[lib] == 0.10.0", ] dev-mypy = [