Skip to content

Commit 2ef98fd

Browse files
committed
version bump
1 parent 9016aa7 commit 2ef98fd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "3dmol",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "JavaScript/TypeScript molecular visualization library",
55
"repository": {
66
"type": "git",

py3Dmol/py3Dmol/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class view(object):
5454
the exception that the functions all return None.
5555
http://3dmol.org/doc/GLViewer.html
5656
'''
57-
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.4.0/3Dmol-min.js'):
57+
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.4.1/3Dmol-min.js'):
5858
'''Create a 3Dmol.js view.
5959
width -- width in pixels of container
6060
height -- height in pixels of container

py3Dmol/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# the version across setup.py and the project code, see
2525
# https://packaging.python.org/en/latest/single_source_version.html
2626
# Keep version in synce with 3Dmol.js version. Use "postX" suffix if needed
27-
version='2.4.0',
27+
version='2.4.1',
2828

2929
description='An IPython interface for embedding 3Dmol.js views in Jupyter notebooks',
3030
long_description=long_description,

0 commit comments

Comments
 (0)