Skip to content

Commit

Permalink
Update pyproject, fix changelog, fix test py versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Apr 22, 2021
1 parent 77e7ccd commit 75dd594
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.1.1] - 22/04/2021
## [0.1.0] - 22/04/2021
- Initial release
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "pyrawr"
version = "0.1.0"
description = "Python wrapper around the ThermoRawFileParser command line interface"
authors = ["Ralf Gabriels <ralf@gabriels.dev>"]
readme = "README.md"
repository = "https://github.com/ralfg/pyrawr"
documentation = "https://pyrawr.readthedocs.io/"
keywords = ["ThermoRawFileParser", "mass spectrometry", "proteomics", "raw"]
license = "Apache-2.0"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 75dd594

Please sign in to comment.