From 872a9d7be72be040b85a292ea44ce20c6e2320ba Mon Sep 17 00:00:00 2001 From: KeironO Date: Thu, 3 Sep 2020 19:36:38 +0100 Subject: [PATCH] Question mark --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1263b51..a4c9e6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = DIMEpy author = Keiron O'Shea description = Python package for the high-throughput nontargeted metabolite fingerprinting of nominal mass direct injection mass spectrometry. -version = 1.0.0 +version = 1.0.1 url = https://github.com/AberystwythSystemsBiology/DIMEpy keywords = metabolomics @@ -22,7 +22,7 @@ long_description_content_type = text/markdown license_file = LICENSE [options] -python_requires = >= 3.2 +python_requires = >= 3.5 setup_requires = setuptools >= 38.6 pip >= 10