From 199f03df6c50f7cf6120de766f4ccce426fda4e9 Mon Sep 17 00:00:00 2001 From: Peter Eastman Date: Tue, 4 Feb 2025 12:41:53 -0800 Subject: [PATCH] Update version number to 1.11 (#325) * Fix exception with unknown residues * Update version number to 1.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6180e8e..d28cd02 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ DOCLINES = __doc__.split("\n") ######################## -__version__ = '1.10.0' +__version__ = '1.11.0' VERSION = __version__ ISRELEASED = False ########################