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