We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1275d07 commit 8c5669fCopy full SHA for 8c5669f
scancodeio/__init__.py
@@ -28,7 +28,7 @@
28
29
import git
30
31
-VERSION = "34.9.3"
+VERSION = "34.9.4"
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.3
+version = 34.9.4
4
license = Apache-2.0
5
description = Automate software composition analysis pipelines
6
long_description = file:README.rst
@@ -157,7 +157,7 @@ scancodeio_pipelines =
157
158
[bumpver]
159
version_pattern = "MAJOR.MINOR.PATCH"
160
-current_version = "34.9.3"
+current_version = "34.9.4"
161
162
[bumpver:file_patterns]
163
setup.cfg =
0 commit comments