Skip to content

Commit

Permalink
Bump version for v34.9.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Dec 31, 2024
1 parent d0f5280 commit ac4e5b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scancodeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

import git

VERSION = "34.9.2"
VERSION = "34.9.3"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = scancodeio
version = 34.9.2
version = 34.9.3
license = Apache-2.0
description = Automate software composition analysis pipelines
long_description = file:README.rst
Expand Down Expand Up @@ -156,7 +156,7 @@ scancodeio_pipelines =

[bumpver]
version_pattern = "MAJOR.MINOR.PATCH"
current_version = "34.9.2"
current_version = "34.9.3"

[bumpver:file_patterns]
setup.cfg =
Expand Down

0 comments on commit ac4e5b6

Please sign in to comment.