Skip to content

Commit

Permalink
Update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyroberts committed Jul 21, 2023
1 parent b6d9222 commit 33e2d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ It can be set to either `notebook` for the default Jupyter notebook interface, o
*(experimental)*.

*qt* can be used to switch which Qt implementation is used. Possible values are 'PySide6', 'PyQt6', 'PySide2',
and 'PyQt5'.
and 'PyQt5'. By default, whichever Qt implementation is installed will be used.

*allow_cookies* will prevent the Qt browser from saving cookies if set to 0.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
description="Adds Jupyter notebooks to Microsoft Excel using PyXLL.",
long_description=long_description,
long_description_content_type='text/markdown',
version="0.5.0.rc1",
version="0.5.0",
packages=find_packages(),
include_package_data=True,
package_data={
Expand Down

0 comments on commit 33e2d91

Please sign in to comment.