File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
8
8
## [ Unreleased]
9
- [ Unreleased ] : https://github.com/althonos/pyrodigal/compare/v3.6.1...HEAD
9
+ [ Unreleased ] : https://github.com/althonos/pyrodigal/compare/v3.6.2...HEAD
10
+
11
+
12
+ ## [ v3.6.2] - 2024-11-03
13
+ [ v3.6.2 ] : https://github.com/althonos/pyrodigal/compare/v3.6.1...v3.6.2
14
+
15
+ ### Fixed
16
+ - ` pyrodigal ` console script not being installed.
10
17
11
18
12
19
## [ v3.6.1] - 2024-11-03
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
3
"name" : " v3.6 (stable)" ,
4
- "version" : " 3.6.1 " ,
5
- "url" : " https://pyrodigal.readthedocs.io/en/v3.6.1 /"
4
+ "version" : " 3.6.2 " ,
5
+ "url" : " https://pyrodigal.readthedocs.io/en/v3.6.2 /"
6
6
},
7
7
{
8
8
"name" : " v3.5" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
4
5
5
[project ]
6
6
name = " pyrodigal"
7
- version = " 3.6.1 "
7
+ version = " 3.6.2 "
8
8
description = " Cython bindings and Python interface to Prodigal, an ORF finder for genomes and metagenomes."
9
9
readme = " README.md"
10
10
requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments