diff --git a/PAScual/release.py b/PAScual/release.py index 6076684..66ff5f1 100644 --- a/PAScual/release.py +++ b/PAScual/release.py @@ -18,6 +18,6 @@ """ # Common metadata to be used by the whole package -__version__ = "2.0.2" +__version__ = "2.0.3" __homepage__ = "http://pascual.sourceforge.net" __citation_html__ = 'C. Pascual-Izarra et al., Advanced Fitting Algorithms for Analysing Positron Annihilation Lifetime Spectra, Nuclear Instruments and Methods A, 603, p456-466 (2009)
(DOI: 10.1016/j.nima.2009.01.205)
see %s for up-to-date information about citing
' % __homepage__ diff --git a/ci/appveyor.yml b/ci/appveyor.yml index 8cfaca9..d7cc4d5 100644 --- a/ci/appveyor.yml +++ b/ci/appveyor.yml @@ -6,8 +6,11 @@ environment: VENV_BUILD_DIR: "venv_build" matrix: - # Python 2.7 + # Python 2.7 (64) - PYTHON_DIR: "C:\\Python27-x64" + # Python 2.7 + - PYTHON_DIR: "C:\\Python27" + install: