Skip to content

Commit

Permalink
Update dca to 0.2.3 (#17165)
Browse files Browse the repository at this point in the history
Package uploads complete: [ci skip]
 - biocontainers/dca:0.2.3--py_0
 - noarch/dca-0.2.3-py_0.tar.bz2
  • Loading branch information
BiocondaBot authored and biocondabot[bot] committed Aug 29, 2019
1 parent 2ec3ecd commit 4c1acec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/dca/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "DCA" %}
{% set version = "0.2.2" %}
{% set version = "0.2.3" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: f3b979c3e11de0dfba6503631db5e1abd5e926b9233ec956ab7da4badb31c4e6
sha256: c40f9e5c06f4592247435e018c694c9e9ef9302e294c9b2f62292864b6b855e2

build:
number: 1
number: 0
noarch: python
entry_points:
- dca = dca.__main__:main
Expand Down

0 comments on commit 4c1acec

Please sign in to comment.