diff --git a/docs/conf.py b/docs/conf.py index 7474fa2..83aaaa2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ author = 'Denisa Checiu' # The full version, including alpha/beta/rc tags -release = '0.3.1' +release = '0.3.2' # -- General configuration --------------------------------------------------- diff --git a/docs/other_extensions.md b/docs/other_extensions.md index 064f69c..aec2b02 100644 --- a/docs/other_extensions.md +++ b/docs/other_extensions.md @@ -120,7 +120,7 @@ You will need to request the `jupyterlab-blockly` package as a dependency of you setup_args = dict( ... - install_requires=['jupyterlab-blockly>=0.3.1,<0.4'] + install_requires=['jupyterlab-blockly>=0.3.2,<0.4'] ... ) ```