Skip to content

Commit cb8ded5

Browse files
committed
Update version and copyright date
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 12e1eae commit cb8ded5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/attributecode/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
basestring = str # Python 3
2828

2929

30-
__version__ = '3.0.2'
30+
__version__ = '3.1.0'
3131

3232

3333
__about_spec_version__ = '3.0.0'
3434

3535
__copyright__ = """
36-
Copyright (c) 2013-2017 nexB Inc. All rights reserved. http://dejacode.org
36+
Copyright (c) 2013-2018 nexB Inc. All rights reserved. http://dejacode.org
3737
Licensed under the Apache License, Version 2.0 (the "License");
3838
you may not use this file except in compliance with the License.
3939
You may obtain a copy of the License at

src/attributecode/attrib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf8 -*-
33

44
# ============================================================================
5-
# Copyright (c) 2013-2017 nexB Inc. http://www.nexb.com/ - All rights reserved.
5+
# Copyright (c) 2013-2018 nexB Inc. http://www.nexb.com/ - All rights reserved.
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at

0 commit comments

Comments
 (0)