Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Sep 5, 2017
1 parent 8dde1e8 commit 0a0071c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '4.0.9'
version = '4.0.10'
# The full version, including alpha/beta/rc tags.
release = '4.0.9'
release = '4.0.10'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pvacseq/example_data/MHC_Class_I/log/inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ peptide_sequence_length: 21
prediction_algorithms:
- NetMHC
- PickPocket
pvacseq_version: 4.0.9
pvacseq_version: 4.0.10
sample_name: Test
tdna_cov: 10
tdna_indels_coverage_file: tests/test_data/pvacseq/indels.bam_readcount
Expand Down
2 changes: 1 addition & 1 deletion pvacseq/example_data/MHC_Class_II/log/inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ output_dir: /home/archive/ssiebert/pVAC-Seq.new/pvacseq/example_data/MHC_Class_I
peptide_sequence_length: 31
prediction_algorithms:
- NNalign
pvacseq_version: 4.0.9
pvacseq_version: 4.0.10
sample_name: Test
tdna_cov: 10
tdna_indels_coverage_file: tests/test_data/pvacseq/indels.bam_readcount
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name="pvacseq",
version="4.0.9",
version="4.0.10",
packages=["pvacseq", "pvacseq.lib", "pvacseq.server"],
entry_points={
"console_scripts":[
Expand Down

0 comments on commit 0a0071c

Please sign in to comment.