Skip to content

Commit

Permalink
Merge pull request #8 from WFP-VAM/v2.0.3
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
valpesendorfer committed Aug 30, 2023
2 parents 33d7050 + 516dd14 commit 275f804
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==1.10.0
run: python -m pip install cibuildwheel==2.15.0

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_BUILD: "pip install cython numpy"
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-*"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux_i686"

- uses: actions/upload-artifact@v3
with:
Expand Down
11 changes: 2 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ CHANGES
- minor bugfix in `wsdp`
- v2.0.2:
- distribute built extension on pypi

- v2.0.3:
- restructure and improve packaging

-----

Expand All @@ -99,11 +100,3 @@ Core Whittaker function adapted from ``whit2`` function from `R` package `ptw <h
Bloemberg, T. G. et al. (2010) "Improved Parametric Time Warping for Proteomics", Chemometrics and Intelligent Laboratory Systems, 104 (1), 65-74

Wehrens, R. et al. (2015) "Fast parametric warping of peak lists", Bioinformatics, in press.

-----

Author & maintainer:

Valentin Pesendorfer

[email protected]
2 changes: 1 addition & 1 deletion vam/whittaker/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.2"
__version__ = "2.0.3"

0 comments on commit 275f804

Please sign in to comment.