Skip to content

Commit 5441902

Browse files
Bumpversion: v0.10.4
1 parent 5d888f3 commit 5441902

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

conda-recipe/meta.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
package:
2+
name: micone
3+
version: "0.7.0"
4+
5+
source:
6+
path: ../..
7+
8+
build:
9+
script: "python -m pip install ."
10+
11+
requirements:
12+
host:
13+
- python 3.8
14+
- setuptools
15+
16+
run:
17+
- python 3.8
18+
- openjdk
19+
- nextflow
20+
21+
test:
22+
requires:
23+
- pytest
24+
imports:
25+
- micone
26+
commands:
27+
- micone --help
28+
- micone init --help
29+
- micone run --help
30+
31+
about:
32+
home: https://github.com/segrelab/MiCoNE
33+
license: MIT
34+
summary: The Microbial Co-occurrence Network Explorer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "micone"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
description = "The Microbial Co-occurrence Network Explorer"
55
authors = ["Dileep Kishore <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)