We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de46561 commit 7893ac5Copy full SHA for 7893ac5
setup.py
@@ -12,7 +12,7 @@
12
from setuptools.command.build_ext import build_ext as build_ext_orig
13
14
# RDKit version to build (tag from github repository)
15
-rdkit_tag = "Release_2025_03_5"
+rdkit_tag = "Release_2025_03_6"
16
17
with open("README.md", "r", encoding="utf-8") as fh:
18
long_description = fh.read()
0 commit comments