We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f5280 commit ac4e5b6Copy full SHA for ac4e5b6
scancodeio/__init__.py
@@ -28,7 +28,7 @@
28
29
import git
30
31
-VERSION = "34.9.2"
+VERSION = "34.9.3"
32
33
PROJECT_DIR = Path(__file__).resolve().parent
34
ROOT_DIR = PROJECT_DIR.parent
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = scancodeio
3
-version = 34.9.2
+version = 34.9.3
4
license = Apache-2.0
5
description = Automate software composition analysis pipelines
6
long_description = file:README.rst
@@ -156,7 +156,7 @@ scancodeio_pipelines =
156
157
[bumpver]
158
version_pattern = "MAJOR.MINOR.PATCH"
159
-current_version = "34.9.2"
+current_version = "34.9.3"
160
161
[bumpver:file_patterns]
162
setup.cfg =
0 commit comments