Skip to content

Commit bfa6d96

Browse files
committed
Bump version
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 9c0f4cc commit bfa6d96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit-mini
3-
version = 31.0.0rc3
3+
version = 31.0.0rc5
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 31.0.0rc3
3+
version = 31.0.0rc5
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _create_dir(location):
7777

7878
# in case package is not installed or we do not have setutools/pkg_resources
7979
# on hand fall back to this version
80-
__version__ = '31.0.0rc3'
80+
__version__ = '31.0.0rc5'
8181

8282
# used to warn user when the version is out of date
8383
__release_date__ = datetime.datetime(2022, 7, 28)

0 commit comments

Comments
 (0)