File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up Python
20
20
uses : actions/setup-python@v5
21
21
with :
22
- python-version : 3.10
22
+ python-version : " 3.10"
23
23
- name : Install dependencies
24
24
run : |
25
25
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -9,11 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
## [ Unreleased]
10
10
...
11
11
12
- ## [ v0.22.1]
12
+ ## [ v0.0.2]
13
+ ### Fixed
14
+ - fixed bug in the CI
13
15
14
16
## [ v0.0.1] - 2024-09-20
15
17
### Added
16
18
- release to pypi
17
19
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
19
22
[ v0.0.1 ] : https://github.com/pfizer-opensource/bigwig-loader/tree/v0.0.1
You can’t perform that action at this time.
0 commit comments