Skip to content

Commit

Permalink
Update to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Dec 18, 2020
1 parent f7719b0 commit cf1e963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/jupyter-resource-usage/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "jupyter-resource-usage" %}
{% set version = "0.5.0" %}
{% set version = "0.5.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 9a7f705ea80804d36c01c74c06a3dc82b17c0c1b9ec6fb26e2ae53905fb28635
sha256: 7ade39a081bbc9104bf7d6a54d68e90b021d7e53c1b0e218d1457ee7a8f1134a

build:
noarch: python
Expand All @@ -18,7 +18,7 @@ requirements:
host:
- python >=3.6
- pip
- jupyter-packaging
- jupyter-packaging >=0.7.9
run:
- notebook
- psutil
Expand Down

0 comments on commit cf1e963

Please sign in to comment.