diff --git a/docs/source/conf.py b/docs/source/conf.py index f153ca59..c13596fa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ # -- Project information ----------------------------------------------------- project = 'WorkflowHub' -copyright = '2020, WorkflowHub Team' +copyright = '2020-2021, WorkflowHub Team' author = 'WorkflowHub Team' # The short X.Y version diff --git a/workflowhub/version.py b/workflowhub/version.py index b89c78d6..37af0422 100644 --- a/workflowhub/version.py +++ b/workflowhub/version.py @@ -1,11 +1,11 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (c) 2020 The WorkflowHub Team. +# Copyright (c) 2020-2021 The WorkflowHub Team. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -__version__ = "0.4-dev" +__version__ = "0.4"