From be53d1fc9549dc20a6ef3ce7ac5810f7a84fb28c Mon Sep 17 00:00:00 2001 From: Rafael Ferreira da Silva Date: Sat, 2 Jan 2021 09:58:46 -0800 Subject: [PATCH] preparing for release 0.4 --- docs/source/conf.py | 2 +- workflowhub/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"