Skip to content

Commit 6efa535

Browse files
committed
Bump version to v3.0.0
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 119e812 commit 6efa535

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0.dev6',
27+
version='3.0.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
basestring = str # Python 3
2828

2929

30-
__version__ = '3.0.0.dev6'
30+
__version__ = '3.0.0'
3131

3232

33-
__about_spec_version__ = '2.0.0.dev2'
33+
__about_spec_version__ = '3.0.0'
3434

3535
__copyright__ = """
3636
Copyright (c) 2013-2017 nexB Inc. All rights reserved. http://dejacode.org

0 commit comments

Comments
 (0)