From 23d58084e219765a151ca100b3ddba02833d9cde Mon Sep 17 00:00:00 2001 From: Sebastian Korsak <49608786+BlackPianoCat@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:07:26 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4922d6c..f2ba8ed 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='MultiMM', # Package name - version='1.0.5', # Version of the software + version='1.0.6', # Version of the software description='A tool for chromatin modeling from nucleosomes to chromosomal territories.', long_description=long_description, long_description_content_type='text/markdown',