Skip to content

Commit 4d656de

Browse files
committed
post-release version updates for dev branch
1 parent 51d2cd4 commit 4d656de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FastOMA/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
__packagename__ = "FastOMA"
3-
__version__ = "0.5.0"
3+
__version__ = "0.5.0+dev"
44

55
import logging
66
logger = logging.getLogger("FastOMA")

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manifest {
88
nextflowVersion = ">=22.10.4"
99
defaultBranch = "main"
1010
doi = "10.1101/2024.01.29.577392"
11-
version = "0.5.0"
11+
version = "0.6dev"
1212
contributors = [
1313
[
1414
name: 'Sina Majidian',
@@ -51,7 +51,7 @@ params {
5151

5252
// container settings
5353
container_name = "dessimozlab/fastoma"
54-
container_version = "0.5.0"
54+
container_version = "dev"
5555

5656
// OMAmer database for mapping to precomputed HOGs
5757
omamer_db = "https://omabrowser.org/All/LUCA.h5"

0 commit comments

Comments
 (0)