From 8ed1b3760840e73e3055656da91ad0896b97d199 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 29 Jun 2023 12:00:15 -0400 Subject: [PATCH] Bump version to 2.0.0. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9339b3..5f4f0f5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name='passim', - version='2.0.0-alpha.2', + version='2.0.0', author='David A. Smith', author_email='dasmiq@gmail.com', description='Detecting and analyzing text reuse',