From a4f988374db60f567f5314edcb9d8b4b970de4bf Mon Sep 17 00:00:00 2001 From: James Krieger Date: Tue, 21 Dec 2021 10:37:35 +0000 Subject: [PATCH] changed version in __init__.py --- prody/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prody/__init__.py b/prody/__init__.py index b1e7cf542..6697e6644 100644 --- a/prody/__init__.py +++ b/prody/__init__.py @@ -1,6 +1,6 @@ """ProDy is a package for Protein Dynamics, Sequence, and Structure Analysis""" -__version__ = '2.0' +__version__ = '2.0.1' __release__ = __version__ # + '-dev' # comment out '-dev' before a release import sys