Skip to content

Commit 1ab13ab

Browse files
committed
Update version to 3.2.2
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 622ad0a commit 1ab13ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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='3.2.1',
27+
version='3.2.2',
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
@@ -27,7 +27,7 @@
2727
basestring = str # Python 3
2828

2929

30-
__version__ = '3.2.0'
30+
__version__ = '3.2.2'
3131

3232

3333
__about_spec_version__ = '3.0.0'

0 commit comments

Comments
 (0)