mirror of
https://github.com/3dmol/3Dmol.js.git
synced 2026-06-04 08:39:49 +09:00
bump py3dmol
This commit is contained in:
@@ -54,7 +54,7 @@ class view(object):
|
|||||||
the exception that the functions all return None.
|
the exception that the functions all return None.
|
||||||
http://3dmol.org/doc/GLViewer.html
|
http://3dmol.org/doc/GLViewer.html
|
||||||
'''
|
'''
|
||||||
def __init__(self,query='',width=640,height=480,viewergrid=None,data=None,style=None,linked=True,options=dict(),js='https://cdnjs.cloudflare.com/ajax/libs/3Dmol/2.0.5/3Dmol-min.js'):
|
def __init__(self,query='',width=640,height=480,viewergrid=None,data=None,style=None,linked=True,options=dict(),js='https://cdnjs.cloudflare.com/ajax/libs/3Dmol/2.1.0/3Dmol-min.js'):
|
||||||
'''Create a 3Dmol.js view.
|
'''Create a 3Dmol.js view.
|
||||||
width -- width in pixels of container
|
width -- width in pixels of container
|
||||||
height -- height in pixels of container
|
height -- height in pixels of container
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ setup(
|
|||||||
# the version across setup.py and the project code, see
|
# the version across setup.py and the project code, see
|
||||||
# https://packaging.python.org/en/latest/single_source_version.html
|
# https://packaging.python.org/en/latest/single_source_version.html
|
||||||
# Keep version in synce with 3Dmol.js version. Use "postX" suffix if needed
|
# Keep version in synce with 3Dmol.js version. Use "postX" suffix if needed
|
||||||
version='2.0.4',
|
version='2.1.0',
|
||||||
|
|
||||||
description='An IPython interface for embedding 3Dmol.js views in Jupyter notebooks',
|
description='An IPython interface for embedding 3Dmol.js views in Jupyter notebooks',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|||||||
Reference in New Issue
Block a user