File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ matrix:
55 include :
66 - python : " 3.6"
77 os : linux
8- env : PYENV=3.6 VERSION=2.3.5 .dev PKG_NAME=activity-browser-dev
8+ env : PYENV=3.6 VERSION=2.4.0 .dev PKG_NAME=activity-browser-dev
99 - python : " 3.7"
1010 os : linux
11- env : PYENV=3.7 VERSION=2.3.5 .dev PKG_NAME=activity-browser-dev
11+ env : PYENV=3.7 VERSION=2.4.0 .dev PKG_NAME=activity-browser-dev
1212 - python : " 3.6"
1313 language : generic
1414 os : osx
15- env : PYENV=3.6 VERSION=2.3.5 .dev PKG_NAME=activity-browser-dev
15+ env : PYENV=3.6 VERSION=2.4.0 .dev PKG_NAME=activity-browser-dev
1616 - python : " 3.7"
1717 language : generic
1818 os : osx
19- env : PYENV=3.7 VERSION=2.3.5 .dev PKG_NAME=activity-browser-dev
19+ env : PYENV=3.7 VERSION=2.4.0 .dev PKG_NAME=activity-browser-dev
2020
2121install :
2222 # As suggested by https://github.com/conda/conda/issues/9337#issuecomment-542466141
Original file line number Diff line number Diff line change 11# Used https://github.com/conda-forge/staged-recipes/blob/master/recipes/example/meta.yaml as example
2- {% set version = "2.3.4 " %}
2+ {% set version = "2.4.0 " %}
33
44package :
55 name : activity-browser
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'activity-browser' ,
20- version = "2.3.4 " ,
20+ version = "2.4.0 " ,
2121 packages = packages ,
2222 include_package_data = True ,
2323 author = "Bernhard Steubing" ,
You can’t perform that action at this time.
0 commit comments