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
[metadata]
2
2
name = scancode-toolkit-mini
3
- version = 32.0.8
3
+ version = 32.1.0
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit
3
- version = 32.0.8
3
+ version = 32.1.0
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def _create_dir(location):
132
132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133
133
# do not have a proper version otherwise.
134
134
if not __version__ :
135
- __version__ = '32.0.8 '
135
+ __version__ = '32.1.0 '
136
136
137
137
#######################
138
138
# used to warn user when the version is out of date
You can’t perform that action at this time.
0 commit comments