From f54405dd36707dcbc3e88a452608d9b6c05306fc Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Fri, 24 Mar 2017 17:41:16 -0400
Subject: [PATCH] Bump models release version to 0.2.0

---
 mhcflurry/downloads.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mhcflurry/downloads.yml b/mhcflurry/downloads.yml
index 91c31000..8c17cc7f 100644
--- a/mhcflurry/downloads.yml
+++ b/mhcflurry/downloads.yml
@@ -8,7 +8,7 @@
 # by name, the downloads with "default=true" are downloaded.
 
 # This should usually be the latest release.
-current-release: 0.1.0
+current-release: 0.2.0
 
 # An integer indicating what models the current MHCflurry code base is compatible
 # with. Increment this integer when changes are made to MHCflurry that would break
@@ -17,15 +17,15 @@ current-compatibility-version: 1
 
 # Add new releases here as they are made.
 releases:
-    0.1.0:
+    0.2.0:
         compatibility-version: 1
         downloads:
             - name: models_class1_allele_specific_ensemble
-              url: http://github.com/hammerlab/mhcflurry/releases/download/0.1.0-alpha1/models_class1_allele_specific_ensemble.tar.bz2
+              url: http://github.com/hammerlab/mhcflurry/releases/download/0.2.0/models_class1_allele_specific_ensemble.tar.bz2
               default: true
 
             - name: models_class1_allele_specific_single
-              url: http://github.com/hammerlab/mhcflurry/releases/download/0.1.0-alpha1/models_class1_allele_specific_single.tar.bz2
+              url: http://github.com/hammerlab/mhcflurry/releases/download/0.2.0/models_class1_allele_specific_single.tar.bz2
               default: false
 
             - name: data_kim2014
-- 
GitLab