Skip to content

Commit cdb6c5b

Browse files
committed
bumped version to 2.5.2
1 parent 1540a26 commit cdb6c5b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# General information about the project.
4444
project = u'EasyLEED'
45-
copyright = u'2010-17, %s' % easyleed.__author__
45+
copyright = u'2010-18, %s' % easyleed.__author__
4646

4747
# The version info for the project you're documenting, acts as replacement for
4848
# |version| and |release|, also used in various other places throughout the

source/easyleed/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
"""
2222

23-
__version__ = "2.5.1"
23+
__version__ = "2.5.2"
2424
__author__ = "Andreas Mayer, Hanna Salopaasi, Nicola Ferralis"
2525

2626
from .defaultconfig import *

source/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
extras_require={'skimage': ["scikit-image"], 'fits' : ["pyfits"]},
88
# scripts=['easyleed.pyw'],
99
entry_points={'gui_scripts' : ['easyleed = easyleed.__main__:main']},
10-
version='2.5.1',
10+
version='2.5.2',
1111
description='Automated extraction of intensity-energy spectra from low-energy electron diffraction patterns',
1212
long_description= """
1313
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.
@@ -17,7 +17,7 @@
1717
author='Andreas Mayer, Hanna Salopaasi, Nicola Ferralis',
1818
author_email='[email protected]',
1919
url='https://andim.github.io/easyleed/',
20-
download_url='https://github.com/andim/easyleed/archive/2.5.1.tar.gz',
20+
download_url='https://github.com/andim/easyleed/archive/2.5.2.tar.gz',
2121
keywords=['LEED', 'surface science', 'image analysis', 'I(E) spectra', 'spot tracking'],
2222
license='GPLv2',
2323
platforms='any',

0 commit comments

Comments
 (0)