Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillawme committed Dec 28, 2020
1 parent e010257 commit a6524f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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 = {
Expand Down

0 comments on commit a6524f6

Please sign in to comment.