Skip to content

Commit 33f95ff

Browse files
committed
Bump to version 3.0.2
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 3fa3df2 commit 33f95ff

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.0.1',
27+
version='3.0.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.0.1'
30+
__version__ = '3.0.2'
3131

3232

3333
__about_spec_version__ = '3.0.0'

0 commit comments

Comments
 (0)