Skip to content

Commit

Permalink
update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Aug 19, 2024
1 parent c3b2bd2 commit e195319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/other_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']
...
)
```
Expand Down

0 comments on commit e195319

Please sign in to comment.