Skip to content

Commit

Permalink
Merge pull request #1 from leycec/v0.9.0.0
Browse files Browse the repository at this point in the history
BETSEE 0.9.0.0 (Lucky Levin) released.
  • Loading branch information
leycec committed Oct 8, 2018
2 parents 5287c34 + cb851ec commit 07da67a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
@@ -1,7 +1,7 @@
{% set name = "betsee" %}
{% set version = "0.8.2.0" %}
{% set version = "0.9.0.0" %}
{% set version_list = version.split('.') %}
{% set sha256 = "ba10c26c591a1640e8dea69b85b7a444a3b9a8951b331e84b75c6b1105307081" %}
{% set sha256 = "6a84242193437fffe5fe1fc8615ad465a5e777367f7cb3cdfc7af4e60f56dc1f" %}

package:
name: {{ name|lower }}
Expand All @@ -22,10 +22,10 @@ build:
requirements:
build:
- pip
- python >=3.4
- python >=3.5
- setuptools >=3.3
run:
- python >=3.4
- python >=3.5
- setuptools >=3.3
- betse >={{ version_list[0] }}.{{ version_list[1] }}.{{ version_list[2] }}
- pyside2
Expand Down

0 comments on commit 07da67a

Please sign in to comment.