Skip to content

Commit

Permalink
bump version to 2.0.3 and add x86 build to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
cpascual committed Sep 25, 2016
1 parent 84f9173 commit 579c96a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PAScual/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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., <i>Advanced Fitting Algorithms for Analysing Positron Annihilation Lifetime Spectra</i>, Nuclear Instruments and Methods A, 603, p456-466 (2009) <p><a href="http://dx.doi.org/10.1016/j.nima.2009.01.205">(DOI: 10.1016/j.nima.2009.01.205)</a> <p>see %s for up-to-date information about citing</p>' % __homepage__
5 changes: 4 additions & 1 deletion ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 579c96a

Please sign in to comment.