Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed Jul 14, 2021
1 parent 808d3cf commit 4f105a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"""

__authors__ = ['Thorin Tabor', 'Chet Birger']
__copyright__ = 'Copyright 2014-2020, Regents of the University of California & Broad Institute'
__version__ = '20.10'
__copyright__ = 'Copyright 2014-2021, Regents of the University of California & Broad Institute'
__version__ = '21.07'
__status__ = 'Production'

# Import core functionality
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Read version and other metadata from file
__version__ = '20.10'
__version__ = '21.07'

with open('README.md') as f:
long_description = f.read()
Expand Down

0 comments on commit 4f105a8

Please sign in to comment.