Skip to content

Commit 09603d1

Browse files
committed
chore: bump version to 0.4.1
1 parent 437460c commit 09603d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
cache: 'pip'
24+
- name: Security Scan (Bandit)
25+
run: |
26+
python -m pip install bandit
27+
bandit -r src -ll
2428
- name: Lint
2529
run: |
2630
make lint

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = numbers-c2pa
3-
version = 0.4.0
3+
version = 0.4.1
44
author = Numbers Co., Inc
55
author_email = dev@numbersprotocol.io
66
description = Numbers C2PA tool

0 commit comments

Comments
 (0)