File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
3- Copyright (c) 2015-2017 , Regents of the University of California & Broad Institute
3+ Copyright (c) 2015-2020 , Regents of the University of California & Broad Institute
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 77"""
88
99__authors__ = ['Thorin Tabor' , 'Chet Birger' ]
10- __copyright__ = 'Copyright 2014-2019 , Regents of the University of California & Broad Institute'
11- __version__ = '1.4.5.post1 '
10+ __copyright__ = 'Copyright 2014-2020 , Regents of the University of California & Broad Institute'
11+ __version__ = '20.05 '
1212__status__ = 'Production'
1313
1414# Import core functionality
Original file line number Diff line number Diff line change 11__authors__ = ['Thorin Tabor' ]
2- __copyright__ = 'Copyright 2016, Broad Institute'
3- __version__ = '0.1.1 '
2+ __copyright__ = 'Copyright 2014-2020, Regents of the University of California & Broad Institute'
3+ __version__ = '0.1.2 '
44__status__ = 'Beta'
55
66"""
Original file line number Diff line number Diff line change 22
33
44# Read version and other metadata from file
5- __version__ = '1.4.5.post1 '
5+ __version__ = '20.05 '
66
77with open ('README.md' ) as f :
88 long_description = f .read ()
You can’t perform that action at this time.
0 commit comments