Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Create version 2.0.0 installers
Browse files Browse the repository at this point in the history
* change version number to 2.0.0
* update Python 3 to version 3.6
* include pip in installer
  • Loading branch information
jjhelmus committed Jul 3, 2017
1 parent 3d65aba commit 8384f64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion installer/Berryconda2/construct.yaml
@@ -1,5 +1,5 @@
name: Berryconda2
version: 1.0.0
version: 2.0.0

channels:
- http://conda.anaconda.org/rpi
Expand All @@ -12,3 +12,4 @@ license_file: ../installer_license.txt
specs:
- python 2.7*
- conda
- pip
5 changes: 3 additions & 2 deletions installer/Berryconda3/construct.yaml
@@ -1,5 +1,5 @@
name: Berryconda3
version: 1.0.0
version: 2.0.0

channels:
- http://conda.anaconda.org/rpi
Expand All @@ -10,5 +10,6 @@ conda_default_channels:
license_file: ../installer_license.txt

specs:
- python 3.5*
- python 3.6*
- conda
- pip

0 comments on commit 8384f64

Please sign in to comment.