Skip to content

Commit 6544f24

Browse files
chore: bump version to 0.1.4
1 parent 9f9455d commit 6544f24

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ossguard"
7-
version = "0.1.4a2"
7+
version = "0.1.4"
88
description = "One-command CLI to guard any OSS project with OpenSSF security best practices — bootstrap, scan, and monitor."
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

src/ossguard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ossguard: One-command CLI to guard OSS projects with OpenSSF security best practices."""
22

3-
__version__ = "0.1.4a2"
3+
__version__ = "0.1.4"

src/ossguard/analyzers/sbom_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def _generate_cyclonedx(project_name: str, deps: list[Dependency]) -> str:
168168
"version": 1,
169169
"metadata": {
170170
"timestamp": now,
171-
"tools": [{"vendor": "ossguard", "name": "ossguard", "version": "0.1.4a2"}],
171+
"tools": [{"vendor": "ossguard", "name": "ossguard", "version": "0.1.4"}],
172172
"component": {
173173
"type": "application",
174174
"name": project_name,

0 commit comments

Comments
 (0)