Skip to content

Commit

Permalink
Include build for 1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed May 14, 2021
1 parent d06b6ca commit 3ce1e71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
@@ -1,13 +1,13 @@
{% set name = "farmOS" %}
{% set version = "0.2.0" %}
{% set version = "1.0.0b1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 52aa3c2c29edd10ce06698a92fa4b3a8034a3fddc2e7b9f290f8764454e49007
sha256: 7b92f8d1500d8ad399a3537b6d56e4862329bbdb8814c6a7ab4eeb97a6a5f79c

build:
noarch: python
Expand All @@ -22,6 +22,7 @@ requirements:
run:
- python >=3
- requests-oauthlib
- pydantic >=1.7.3

test:
imports:
Expand Down

0 comments on commit 3ce1e71

Please sign in to comment.