Skip to content
Snippets Groups Projects
Commit bdc672f4 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

bump mhcflurry version

parent 1f38fa81
No related merge requests found
......@@ -17,7 +17,7 @@ from .class1_affinity_prediction.class1_neural_network import (
from .class1_affinity_prediction.class1_affinity_predictor import (
Class1AffinityPredictor)
__version__ = "0.9.3"
__version__ = "1.0.0"
__all__ = [
"Class1NeuralNetwork",
......
......@@ -8,7 +8,7 @@
# by name, the downloads with "default=true" are downloaded.
# This should usually be the latest release.
current-release: 0.9.2
current-release: 1.0.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,6 +17,21 @@ current-compatibility-version: 2
# Add new releases here as they are made.
releases:
1.0.0:
compatibility-version: 2
downloads:
- name: data_iedb
url: https://github.com/hammerlab/mhcflurry/releases/download/pre-1.0/data_iedb.tar.bz2
default: false
- name: data_kim2014
url: http://github.com/hammerlab/mhcflurry/releases/download/0.9.1/data_kim2014.tar.bz2
default: false
- name: data_curated
url: https://github.com/hammerlab/mhcflurry/releases/download/pre-1.0/data_curated.tar.bz2
default: true
0.9.2:
compatibility-version: 2
downloads:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment