From 7a985d214a08ed594e588c3f7d9da8397bb8348b Mon Sep 17 00:00:00 2001 From: Taehoon Date: Sat, 14 Feb 2026 15:17:04 +0900 Subject: [PATCH] Bump version to 1.1.2 for PyPI release The current PyPI release (1.1.1) pins torch<2.0, which prevents installation on modern Python (3.11+). The constraint was already removed on main (commit 11184a0), but a new PyPI release is needed since PyPI does not allow re-uploading the same version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b054c6a..ce4fecb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from pathlib import Path setup(name='MolScribe', - version='1.1.1', + version='1.1.2', description='MolScribe', author='Yujie Qian', author_email='yujieq@csail.mit.edu',