From ac4d03f70f8eee1feae8b12039e9d21c94b2ac83 Mon Sep 17 00:00:00 2001 From: Chin Yeung Li Date: Thu, 17 Oct 2019 15:02:06 +0800 Subject: [PATCH] re-release v4.0.1 --- about.ABOUT | 2 +- setup.py | 2 +- src/attributecode/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/about.ABOUT b/about.ABOUT index 55353c1e..949cb8de 100644 --- a/about.ABOUT +++ b/about.ABOUT @@ -1,6 +1,6 @@ about_resource: . name: AboutCode-toolkit -version: 4.0.2 +version: 4.0.1 author: Jillian Daguil, Chin Yeung Li, Philippe Ombredanne, Thomas Druez copyright: Copyright (c) 2013-2019 nexB Inc. description: | diff --git a/setup.py b/setup.py index a4046b90..6645deda 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(*names, **kwargs): setup( name='aboutcode-toolkit', - version='4.0.2', + version='4.0.1', license='Apache-2.0', description=( 'AboutCode-toolkit is a tool to document the provenance (origin and license) of ' diff --git a/src/attributecode/__init__.py b/src/attributecode/__init__.py index 9e5f6a82..452ee5fd 100644 --- a/src/attributecode/__init__.py +++ b/src/attributecode/__init__.py @@ -31,7 +31,7 @@ import saneyaml -__version__ = '4.0.2' +__version__ = '4.0.1' __about_spec_version__ = '3.1.4'