(v2.1.1.9128) fix for bug-drug combinations

This commit is contained in:
2025-01-27 11:51:40 +01:00
parent 7accf6ff13
commit 6efa317a81
9 changed files with 50 additions and 51 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='AMR',
version='2.1.1.9127',
version='2.1.1.9128',
packages=find_packages(),
install_requires=[
'rpy2',