Skip to content

Commit 821b993

Browse files
committed
Release v0.10.0-alpha.2
1 parent 9dd40ad commit 821b993

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.9...master
8+
[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.10...master
9+
10+
11+
## [v0.10.0-alpha.2] - 2025-08-13
12+
[v0.10.0-alpha.2]: https://github.com/zellerlab/GECCO/compare/v0.10.0-alpha.1...v0.10.0-alpha.2
13+
14+
### Fixed
15+
- `gecco.cli` and `gecco.crf` submodules not being included in wheel distribution.
916

1017

1118
## [v0.10.0-alpha.1] - 2025-08-13

galaxy/gecco.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<tool id="gecco" name="GECCO" version="0.9.6" python_template_version="3.5">
2+
<tool id="gecco" name="GECCO" version="0.10.0-alpha.2" python_template_version="3.5">
33
<description>is a fast and scalable method for identifying putative novel Biosynthetic Gene Clusters (BGCs) in genomic and metagenomic data using Conditional Random Fields (CRFs).</description>
44
<creator>
55
<organization name="Zeller Team" url="https://www.embl.org/groups/zeller/"/>
@@ -11,7 +11,7 @@
1111
<edam_operation>operation_0415</edam_operation>
1212
</edam_operations>
1313
<requirements>
14-
<requirement type="package" version="0.10.0-alpha.1">gecco</requirement>
14+
<requirement type="package" version="0.10.0-alpha.2">gecco</requirement>
1515
</requirements>
1616
<version_command>gecco --version</version_command>
1717
<command detect_errors="aggressive"><![CDATA[

gecco/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
__author__ = "Martin Larralde"
1212
__license__ = "GPLv3"
13-
__version__ = "0.10.0-alpha.1"
13+
__version__ = "0.10.0-alpha.2"

0 commit comments

Comments
 (0)