Skip to content

Commit 86ce3e5

Browse files
committed
Bump version to 5.1.0
1 parent 5c29f3e commit 86ce3e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

about.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
about_resource: .
22
name: AboutCode-toolkit
3-
version: 5.0.0
3+
version: 5.1.0
44
author: Jillian Daguil, Chin Yeung Li, Philippe Ombredanne, Thomas Druez
55
copyright: Copyright (c) 2013-2020 nexB Inc.
66
description: |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424

2525
setup(
2626
name='aboutcode-toolkit',
27-
version='5.0.0',
27+
version='5.1.0',
2828
license='Apache-2.0',
2929
description=(
3030
'AboutCode-toolkit is a tool to document the provenance (origin and license) of '

src/attributecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
import saneyaml
3333

34-
__version__ = '5.0.0'
34+
__version__ = '5.1.0'
3535

3636
__about_spec_version__ = '3.2.0'
3737

0 commit comments

Comments
 (0)