We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47dcfc commit be53d1fCopy full SHA for be53d1f
2 files changed
docs/source/conf.py
@@ -24,7 +24,7 @@
24
# -- Project information -----------------------------------------------------
25
26
project = 'WorkflowHub'
27
-copyright = '2020, WorkflowHub Team'
+copyright = '2020-2021, WorkflowHub Team'
28
author = 'WorkflowHub Team'
29
30
# The short X.Y version
workflowhub/version.py
@@ -1,11 +1,11 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
#
4
-# Copyright (c) 2020 The WorkflowHub Team.
+# Copyright (c) 2020-2021 The WorkflowHub Team.
5
6
# This program is free software: you can redistribute it and/or modify
7
# it under the terms of the GNU General Public License as published by
8
# the Free Software Foundation, either version 3 of the License, or
9
# (at your option) any later version.
10
11
-__version__ = "0.4-dev"
+__version__ = "0.4"
0 commit comments