Skip to content

Commit 6f6c943

Browse files
Set RDKit version to Release_2025_03_5 (#134)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
1 parent 057ceae commit 6f6c943

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_2025_03_4"
15+
rdkit_tag = "Release_2025_03_5"
1616

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

0 commit comments

Comments
 (0)