Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Feb 1, 2024
1 parent 1d20c43 commit 5e1a63c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beakerx_tabledisplay/beakerx_tabledisplay/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (2, 3, 13)
version_info = (2, 4, 0)
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion beakerx_tabledisplay/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beakerx/beakerx-tabledisplay",
"version": "2.3.13",
"version": "2.4.0",
"description": "BeakerX: Beaker TableDisplay Extension for Jupyter Notebook and Lab",
"homepage": "http://beakerx.com/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion beakerx_tabledisplay/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
license_file="LICENSE",
long_description=pkg_json["description"],
packages=setuptools.find_packages(),
install_requires=["beakerx_base>=2.0.1", "numpy", "pandas"],
install_requires=["beakerx_base>=2.2.0", "numpy", "pandas"],
zip_safe=False,
include_package_data=True,
python_requires=">=3",
Expand Down

0 comments on commit 5e1a63c

Please sign in to comment.