File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.9.7
2
+ current_version = 2.9.8
3
3
files = setup.py src/scancode_config.py
4
4
commit = False
5
5
tag = False
Original file line number Diff line number Diff line change 16
16
from setuptools import find_packages
17
17
from setuptools import setup
18
18
19
- version = '2.9.7 '
19
+ version = '2.9.8 '
20
20
21
21
#### Small hack to force using a plain version number if the option
22
22
#### --plain-version is passed to setup.py
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def _create_dir(location):
97
97
__version__ = get_distribution ('scancode-toolkit' ).version
98
98
except DistributionNotFound :
99
99
# package is not installed ??
100
- __version__ = '2.9.7 '
100
+ __version__ = '2.9.8 '
101
101
102
102
system_temp_dir = tempfile .gettempdir ()
103
103
scancode_src_dir = dirname (__file__ )
You can’t perform that action at this time.
0 commit comments