Skip to content

Commit 7893ac5

Browse files
github-actions[bot]Create or Update Pull Request Action
andauthored
Set RDKit version to Release_2025_03_6 (#139) [skip ci]
Co-authored-by: Create or Update Pull Request Action <[email protected]>
1 parent de46561 commit 7893ac5

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_5"
15+
rdkit_tag = "Release_2025_03_6"
1616

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

0 commit comments

Comments
 (0)