From 50a91e55a4e162957134f1cf1e2170bdfa96ac1c Mon Sep 17 00:00:00 2001 From: David Koes Date: Sat, 13 May 2023 18:39:36 -0400 Subject: [PATCH] Version bump --- package.json | 2 +- py3Dmol/py3Dmol/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14df33507..f7382f8fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3dmol", - "version": "2.0.2", + "version": "2.0.3", "description": "JavaScript/TypeScript molecular visualization library", "repository": { "type": "git", diff --git a/py3Dmol/py3Dmol/__init__.py b/py3Dmol/py3Dmol/__init__.py index e246ce7c9..02260e935 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(),js='https://cdnjs.cloudflare.com/ajax/libs/3Dmol/2.0.1/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.0.3/3Dmol-min.js'): '''Create a 3Dmol.js view. width -- width in pixels of container height -- height in pixels of container