Skip to content

Commit c8cce63

Browse files
author
wjm41
committed
version update
1 parent 12aabc3 commit c8cce63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="molplotly",
5-
version="1.1.4",
5+
version="1.1.5",
66
description="plotly add-on to render molecule images on mouseover",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

setup_pip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name="molplotly",
1212
packages=["molplotly"],
13-
version="1.1.4",
13+
version="1.1.5",
1414
license="Apache License, Version 2.0",
1515
description="molplotly is an add-on to plotly built on RDKit which allows 2D images of molecules to be shown in scatterplots when hovering over the datapoints.",
1616
long_description=long_description,

0 commit comments

Comments
 (0)