From a6524f6912980f93ce817727cab078e57ae6d602 Mon Sep 17 00:00:00 2001 From: Guillaume Gaullier Date: Mon, 28 Dec 2020 14:47:02 +0100 Subject: [PATCH] Version 1.2 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a23a0be..6171e00 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name = 'countparticles', - version = '1.1', + version = '1.2', description = 'Report the number of particles in each class from RELION', long_description = readme, @@ -34,11 +34,11 @@ py_modules = ["countparticles"], - python_requires = '>=3.8.5', + python_requires = '>=3.9.1', install_requires = [ 'click>=7.1.2', - 'matplotlib>=3.3.1', - 'starfile>=0.3.1' + 'matplotlib>=3.3.2', + 'starfile>=0.4.4' ], entry_points = {