Skip to content

Commit

Permalink
Python version 3.10 should be between parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenretel committed Sep 20, 2024
1 parent 363bad4 commit b7fef90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
...

## [v0.22.1]
## [v0.0.2]
### Fixed
- fixed bug in the CI

## [v0.0.1] - 2024-09-20
### Added
- release to pypi

[Unreleased]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.1...HEAD
[Unreleased]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.2...HEAD
[v0.0.2]: https://github.com/pfizer-opensource/bigwig-loader/compare/v0.0.1...v0.0.2
[v0.0.1]: https://github.com/pfizer-opensource/bigwig-loader/tree/v0.0.1

0 comments on commit b7fef90

Please sign in to comment.