Skip to content

Commit

Permalink
Updating version number and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed May 7, 2020
1 parent 49ea057 commit ff74334
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2015-2019, Regents of the University of California & Broad Institute
Copyright (c) 2015-2020, Regents of the University of California & Broad Institute
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions genepattern/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
GenePattern Notebook extension for Jupyter
Copyright 2015-2019 Regents of the University of California & Broad Institute
Copyright 2015-2020 Regents of the University of California & Broad Institute
"""

from .remote_widgets import GPAuthWidget, GPTaskWidget, GPJobWidget, session, register_session, get_session, display
Expand All @@ -12,7 +12,7 @@


__author__ = 'Thorin Tabor'
__copyright__ = 'Copyright 2014-2019, Regents of the University of California & Broad Institute'
__version__ = '19.09.1'
__copyright__ = 'Copyright 2014-2020, Regents of the University of California & Broad Institute'
__version__ = '20.05'
__status__ = 'Production/Stable'
__license__ = 'BSD-3-Clause'
2 changes: 1 addition & 1 deletion genepattern/static/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Asynchronous RequireJS-style loader, necessary for bootstrapping the
* GenePattern Notebook extension in the legacy Jupyter Notebook environment
*
* Copyright 2015-2019, Regents of the University of California & Broad Institute
* Copyright 2015-2020, Regents of the University of California & Broad Institute
*/

define([
Expand Down
2 changes: 1 addition & 1 deletion genepattern/static/resources/genepattern.authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Thorin Tabor
* @requires - jQuery, genepattern.navigation.js
*
* Copyright 2015-2019 Regents of the University of California & The Broad Institute
* Copyright 2015-2020 Regents of the University of California & The Broad Institute
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion genepattern/static/resources/genepattern.job.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Thorin Tabor
* @requires - jQuery, navigation.js
*
* Copyright 2015-2019 Regents of the University of California & The Broad Institute
* Copyright 2015-2020 Regents of the University of California & The Broad Institute
*/

define("genepattern/job", ["base/js/namespace",
Expand Down
2 changes: 1 addition & 1 deletion genepattern/static/resources/genepattern.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Library for interfacing with GenePattern REST API from JavaScript.
*
* Copyright 2015-2019 Regents of the University of California & The Broad Institute
* Copyright 2015-2020 Regents of the University of California & The Broad Institute
*/

define("genepattern", ["jquery", "jqueryui"], function ($) {
Expand Down
2 changes: 1 addition & 1 deletion genepattern/static/resources/genepattern.modulebundler.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Thorin Tabor
* @requires - jQuery, navigation.js
*
* Copyright 2019 Regents of the University of California and the Broad Institute
* Copyright 2020 Regents of the University of California and the Broad Institute
*/

define("genepattern/modulebundler", ["base/js/namespace",
Expand Down
2 changes: 1 addition & 1 deletion genepattern/static/resources/genepattern.navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Thorin Tabor
* @requires - jQuery, requirejs
*
* Copyright 2015-2019 Regents of the University of California & The Broad Institute
* Copyright 2015-2020 Regents of the University of California & The Broad Institute
*/

define("genepattern/navigation", ["base/js/namespace",
Expand Down
2 changes: 1 addition & 1 deletion genepattern/static/resources/genepattern.task.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Thorin Tabor
* @requires - jQuery, genepattern.navigation.js
*
* Copyright 2015-2019 Regents of the University of California & The Broad Institute
* Copyright 2015-2020 Regents of the University of California & The Broad Institute
*/

define("genepattern/task", ["base/js/namespace",
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 @@
from setuptools import setup


__version__ = '19.09.1'
__version__ = '20.05'


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

0 comments on commit ff74334

Please sign in to comment.