Skip to content

Commit

Permalink
bumped version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andim committed Nov 28, 2017
1 parent c1a3471 commit 8e6420b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/easyleed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

__version__ = "2.5"
__version__ = "2.5.1"
__author__ = "Andreas Mayer, Hanna Salopaasi, Nicola Ferralis"

from .defaultconfig import *
Expand Down
4 changes: 2 additions & 2 deletions source/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
extras_require={'skimage': ["scikit-image"], 'fits' : ["pyfits"]},
# scripts=['easyleed.pyw'],
entry_points={'gui_scripts' : ['easyleed = easyleed.__main__:main']},
version='2.5',
version='2.5.1',
description='Automated extraction of intensity-energy spectra from low-energy electron diffraction patterns',
long_description= """
EasyLEED facilitates data analysis of images obtained by low-energy electron diffraction, a common technique in surface science. It aims to automate the process of extracting intensity-energy spectra from a series of diffraction patterns acquired at different beam energies. At its core a tracking algorithm exploiting the specifics of the underlying physics (see `paper <http://dx.doi.org/10.1016/j.cpc.2012.02.019>`_) allows to link the position of the diffraction maxima between subsequent images.
Expand All @@ -17,7 +17,7 @@
author='Andreas Mayer, Hanna Salopaasi, Nicola Ferralis',
author_email='[email protected]',
url='https://andim.github.io/easyleed/',
download_url='https://github.com/andim/easyleed/archive/2.5.tar.gz',
download_url='https://github.com/andim/easyleed/archive/2.5.1.tar.gz',
keywords=['LEED', 'surface science', 'image analysis', 'I(E) spectra', 'spot tracking'],
license='GPLv2',
platforms='any',
Expand Down

0 comments on commit 8e6420b

Please sign in to comment.