Skip to content

Commit

Permalink
Set RDKit version to Release_2023_03_2 (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Create or Update Pull Request Action committed Jun 20, 2023
1 parent a0ce798 commit 5c80616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from setuptools.command.build_ext import build_ext as build_ext_orig

# RDKit version to build (tag from github repository)
rdkit_tag = "Release_2023_03_1"
rdkit_tag = "Release_2023_03_2"

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

0 comments on commit 5c80616

Please sign in to comment.