File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit-mini
3
- version = 31.0.0rc2
3
+ version = 31.0.0rc3
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 = 31.0.0rc2
3
+ version = 31.0.0rc3
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
@@ -59,7 +59,7 @@ zip_safe = false
59
59
py_modules =
60
60
scancode_config
61
61
62
- python_requires = >=3.76 .*
62
+ python_requires = >=3.7 .*
63
63
64
64
install_requires =
65
65
attrs >= 18.1, !=20.1.0
Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ def _create_dir(location):
77
77
78
78
# in case package is not installed or we do not have setutools/pkg_resources
79
79
# on hand fall back to this version
80
- __version__ = '31.0.0b5 '
80
+ __version__ = '31.0.0rc3 '
81
81
82
82
# used to warn user when the version is out of date
83
- __release_date__ = datetime .datetime (2022 , 4 , 30 )
83
+ __release_date__ = datetime .datetime (2022 , 7 , 28 )
84
84
85
85
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
86
86
# on the data format version
You can’t perform that action at this time.
0 commit comments