Skip to content

Commit 81f177e

Browse files
committed
Post tagging bump
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent f4a8323 commit 81f177e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.9.7
2+
current_version = 2.9.8
33
files = setup.py src/scancode_config.py
44
commit = False
55
tag = False

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import find_packages
1717
from setuptools import setup
1818

19-
version = '2.9.7'
19+
version = '2.9.8'
2020

2121
#### Small hack to force using a plain version number if the option
2222
#### --plain-version is passed to setup.py

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _create_dir(location):
9797
__version__ = get_distribution('scancode-toolkit').version
9898
except DistributionNotFound:
9999
# package is not installed ??
100-
__version__ = '2.9.7'
100+
__version__ = '2.9.8'
101101

102102
system_temp_dir = tempfile.gettempdir()
103103
scancode_src_dir = dirname(__file__)

0 commit comments

Comments
 (0)