We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119e812 commit 6efa535Copy full SHA for 6efa535
setup.py
@@ -24,7 +24,7 @@ def read(*names, **kwargs):
24
25
setup(
26
name='aboutcode-toolkit',
27
- version='3.0.0.dev6',
+ version='3.0.0',
28
license='Apache-2.0',
29
description=(
30
'AboutCode-toolkit is a tool to document the provenance (origin and license) of '
src/attributecode/__init__.py
@@ -27,10 +27,10 @@
basestring = str # Python 3
-__version__ = '3.0.0.dev6'
+__version__ = '3.0.0'
31
32
33
-__about_spec_version__ = '2.0.0.dev2'
+__about_spec_version__ = '3.0.0'
34
35
__copyright__ = """
36
Copyright (c) 2013-2017 nexB Inc. All rights reserved. http://dejacode.org
0 commit comments