Skip to content

Commit 736bae3

Browse files
Bump version for v32.0.0rc4
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 6b1c2ce commit 736bae3

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
3-
version = 32.0.0rc3
3+
version = 32.0.0rc4
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 = 32.0.0rc3
3+
version = 32.0.0rc4
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
@@ -132,7 +132,7 @@ def _create_dir(location):
132132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133133
# do not have a proper version otherwise.
134134
if not __version__:
135-
__version__ = '32.0.0rc3'
135+
__version__ = '32.0.0rc4'
136136

137137
#######################
138138
# used to warn user when the version is out of date

0 commit comments

Comments
 (0)