Skip to content

Commit b7fef90

Browse files
committed
Python version 3.10 should be between parenthesis
1 parent 363bad4 commit b7fef90

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.10
22+
python-version: "3.10"
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010
...
1111

12-
## [v0.22.1]
12+
## [v0.0.2]
13+
### Fixed
14+
- fixed bug in the CI
1315

1416
## [v0.0.1] - 2024-09-20
1517
### Added
1618
- release to pypi
1719

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

0 commit comments

Comments
 (0)