Skip to content

Commit 500ce5f

Browse files
committed
Bumping version to 1.0.2
1 parent 7366efe commit 500ce5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

about_code_tool/about.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import ntpath
4747

4848

49-
__version__ = '1.0.1'
49+
__version__ = '1.0.2'
5050

5151
# See http://dejacode.org
5252
__about_spec_version__ = '1.0'
@@ -1514,4 +1514,4 @@ def format_option(self, option):
15141514
if __name__ == '__main__':
15151515
parser = get_parser()
15161516
options, args = parser.parse_args()
1517-
sys.exit(main(parser, options, args))
1517+
main(parser, options, args)

about_code_tool/genabout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
import about
4242

43-
__version__ = '1.0.1'
43+
__version__ = '1.0.2'
4444

4545
__copyright__ = """
4646
Copyright (c) 2013-2014 nexB Inc. All rights reserved.

about_code_tool/genattrib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
logger.addHandler(handler)
4444
file_logger = logging.getLogger(__name__ + '_file')
4545

46-
__version__ = '1.0.1'
46+
__version__ = '1.0.2'
4747

4848
__about_spec_version__ = '1.0.0' # See http://dejacode.org
4949

0 commit comments

Comments
 (0)