We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808d3cf commit 4f105a8Copy full SHA for 4f105a8
gp/__init__.py
@@ -7,8 +7,8 @@
7
"""
8
9
__authors__ = ['Thorin Tabor', 'Chet Birger']
10
-__copyright__ = 'Copyright 2014-2020, Regents of the University of California & Broad Institute'
11
-__version__ = '20.10'
+__copyright__ = 'Copyright 2014-2021, Regents of the University of California & Broad Institute'
+__version__ = '21.07'
12
__status__ = 'Production'
13
14
# Import core functionality
setup.py
@@ -2,7 +2,7 @@
2
3
4
# Read version and other metadata from file
5
6
with open('README.md') as f:
long_description = f.read()
0 commit comments