Skip to content

Commit be53d1f

Browse files
committed
preparing for release 0.4
1 parent f47dcfc commit be53d1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# -- Project information -----------------------------------------------------
2525

2626
project = 'WorkflowHub'
27-
copyright = '2020, WorkflowHub Team'
27+
copyright = '2020-2021, WorkflowHub Team'
2828
author = 'WorkflowHub Team'
2929

3030
# The short X.Y version

workflowhub/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2020 The WorkflowHub Team.
4+
# Copyright (c) 2020-2021 The WorkflowHub Team.
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010

11-
__version__ = "0.4-dev"
11+
__version__ = "0.4"

0 commit comments

Comments
 (0)