version bump

This commit is contained in:
David Koes
2026-01-21 17:55:44 -05:00
parent 6784a97d00
commit b65f8e62d3
4 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ class view(object):
the exception that the functions all return None.
http://3dmol.org/doc/GLViewer.html
'''
def __init__(self,query='',width=640,height=480,viewergrid=None,data=None,style=None,linked=True,options=dict(),format=None,js='https://cdn.jsdelivr.net/npm/3dmol@2.5.3/build/3Dmol-min.js'):
def __init__(self,query='',width=640,height=480,viewergrid=None,data=None,style=None,linked=True,options=dict(),format=None,js='https://cdn.jsdelivr.net/npm/3dmol@2.5.4/build/3Dmol-min.js'):
'''Create a 3Dmol.js view.
width -- width in pixels of container
height -- height in pixels of container

View File

@@ -24,7 +24,7 @@ setup(
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
# Keep version in synce with 3Dmol.js version. Use "postX" suffix if needed
version='2.5.3',
version='2.5.4',
description='An IPython interface for embedding 3Dmol.js views in Jupyter notebooks',
long_description=long_description,