Skip to content

Commit e58c8d6

Browse files
committed
Updating version number and copyright
1 parent 9182037 commit e58c8d6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 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
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

gp/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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

gp/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# Read version and other metadata from file
5-
__version__ = '1.4.5.post1'
5+
__version__ = '20.05'
66

77
with open('README.md') as f:
88
long_description = f.read()

0 commit comments

Comments
 (0)