From 4aa9b6bddf9ea0a289d9a2d58acef06b06fc5c19 Mon Sep 17 00:00:00 2001 From: Hugh Sorby Date: Wed, 13 Mar 2024 11:18:09 +1300 Subject: [PATCH] Set version to 0.8.2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36ca6e5..a7945f2 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def readfile(filename, split=False): setup( name="scaffoldfitter", - version="0.8.1", + version="0.8.2", description="Scaffold/model geometric fitting library using Zinc.", long_description="\n".join(readme) + source_license, long_description_content_type="text/x-rst",