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 1a58c96 commit e21fc39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

setup(
name = 'angdist',
version = '1.1',
version = '1.2',

description = 'Plot the 2D histogram of Euler angles covered by a set of cryo-EM particles.',
description = 'Plot the 2D histogram of Euler angles covered by a set of cryo-EM particles',
long_description = readme,
long_description_content_type = 'text/markdown',
url = 'https://github.com/Guillawme/angdist',
Expand All @@ -34,11 +34,11 @@

py_modules = ["angdist"],

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 e21fc39

Please sign in to comment.