Skip to content

Commit 35d7d21

Browse files
github-actions[bot]Create or Update Pull Request Action
andauthored
Set RDKit version to Release_2024_09_6 (#126) [skip ci]
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
1 parent 34d4612 commit 35d7d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools.command.build_ext import build_ext as build_ext_orig
1313

1414
# RDKit version to build (tag from github repository)
15-
rdkit_tag = "Release_2024_09_5"
15+
rdkit_tag = "Release_2024_09_6"
1616

1717
with open("README.md", "r", encoding="utf-8") as fh:
1818
long_description = fh.read()

0 commit comments

Comments
 (0)