Skip to content

Commit 0ac340a

Browse files
committed
Correctly bumping version as 1.2.3
1 parent 69f9f4f commit 0ac340a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.2
2+
current_version = 1.2.3
33
files = setup.py src/scancode/__init__.py
44
commit = False
55
tag = False

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(*names, **kwargs):
2929

3030
setup(
3131
name='scancode-toolkit',
32-
version='1.2.2',
32+
version='1.2.3',
3333
license='Apache-2.0 with ScanCode acknowledgment and CC0-1.0 and others',
3434
description='ScanCode is a tool to scan code for license, copyright and other interesting facts.',
3535
long_description=long_description,

src/scancode/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# ScanCode is a free software code scanning tool from nexB Inc. and others.
2323
# Visit https://github.com/nexB/scancode-toolkit/ for support and download.
2424

25-
__version__ = '1.2.2'
25+
__version__ = '1.2.3'

0 commit comments

Comments
 (0)