Skip to content

Commit ac4e5b6

Browse files
committed
Bump version for v34.9.3 release
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent d0f5280 commit ac4e5b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scancodeio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import git
3030

31-
VERSION = "34.9.2"
31+
VERSION = "34.9.3"
3232

3333
PROJECT_DIR = Path(__file__).resolve().parent
3434
ROOT_DIR = PROJECT_DIR.parent

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancodeio
3-
version = 34.9.2
3+
version = 34.9.3
44
license = Apache-2.0
55
description = Automate software composition analysis pipelines
66
long_description = file:README.rst
@@ -156,7 +156,7 @@ scancodeio_pipelines =
156156

157157
[bumpver]
158158
version_pattern = "MAJOR.MINOR.PATCH"
159-
current_version = "34.9.2"
159+
current_version = "34.9.3"
160160

161161
[bumpver:file_patterns]
162162
setup.cfg =

0 commit comments

Comments
 (0)