Skip to content

Commit

Permalink
Bumpversion: v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Dec 4, 2021
1 parent 5d888f3 commit 5441902
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions conda-recipe/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
package:
name: micone
version: "0.7.0"

source:
path: ../..

build:
script: "python -m pip install ."

requirements:
host:
- python 3.8
- setuptools

run:
- python 3.8
- openjdk
- nextflow

test:
requires:
- pytest
imports:
- micone
commands:
- micone --help
- micone init --help
- micone run --help

about:
home: https://github.com/segrelab/MiCoNE
license: MIT
summary: The Microbial Co-occurrence Network Explorer
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micone"
version = "0.10.3"
version = "0.10.4"
description = "The Microbial Co-occurrence Network Explorer"
authors = ["Dileep Kishore <dkishore@bu.edu>"]
license = "MIT"
Expand Down

0 comments on commit 5441902

Please sign in to comment.