From 6e8626f89019f0d10b14d2179ac09fa09382fe48 Mon Sep 17 00:00:00 2001 From: Christian <109503264+chrispy67@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:30:30 -0700 Subject: [PATCH] v1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18d4c6e..132354b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="cgen2gmx", - version="1.0.0", + version="1.0.1", description="A small commandline tool for managing forcefield parameters used in molecular dynamics simulations", long_description=long_description, # Detailed description from README long_description_content_type="text/markdown", # Type of content in long description