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 34d4612 commit 35d7d21Copy full SHA for 35d7d21
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_2024_09_5"
+rdkit_tag = "Release_2024_09_6"
16
17
with open("README.md", "r", encoding="utf-8") as fh:
18
long_description = fh.read()
0 commit comments