diff --git a/py3Dmol/py3Dmol/__init__.py b/py3Dmol/py3Dmol/__init__.py index 62d437a1..43f802bc 100644 --- a/py3Dmol/py3Dmol/__init__.py +++ b/py3Dmol/py3Dmol/__init__.py @@ -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://cdnjs.cloudflare.com/ajax/libs/3Dmol/2.1.0/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://cdnjs.cloudflare.com/ajax/libs/3Dmol/2.2.0/3Dmol-min.js'): '''Create a 3Dmol.js view. width -- width in pixels of container height -- height in pixels of container diff --git a/py3Dmol/setup.py b/py3Dmol/setup.py index 8f858aa2..b0686b81 100644 --- a/py3Dmol/setup.py +++ b/py3Dmol/setup.py @@ -24,7 +24,7 @@ # 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.1.0', + version='2.2.0', description='An IPython interface for embedding 3Dmol.js views in Jupyter notebooks', long_description=long_description,