Skip to content

Commit

Permalink
Update __version__.py to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert authored Apr 19, 2024
1 parent 231225b commit 714c13e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions civicpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
__description__ = 'CIViC variant knowledgebase analysis toolkit.'
__url__ = 'http://civicpy.org'
__major__ = '3'
__minor__ = '0'
__minor__ = '1'
__patch__ = '0'
__meta_label__ = ''
__short_version__ = "{}.{}".format(__major__, __minor__)
__version__ = "{}.{}".format(__short_version__, __patch__)
if __meta_label__:
__version__ += "-{}".format(__meta_label__)
__authors__ = ['Alex H. Wagner', 'Susanna Kiwala']
__authors__ = ['Alex H. Wagner', 'Susanna Kiwala', 'Adam Coffman']
__author_email__ = '[email protected]'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018-2023 The Griffith Lab'
__copyright__ = 'Copyright 2018-2024 The Griffith Lab'

0 comments on commit 714c13e

Please sign in to comment.