File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \
4
4
org.opencontainers.image.authors=
"Team AppThreat <[email protected] >" \
5
5
org.opencontainers.image.source="https://github.com/AppThreat/blint" \
6
6
org.opencontainers.image.url="https://github.com/AppThreat/blint" \
7
- org.opencontainers.image.version="1.0.33 " \
7
+ org.opencontainers.image.version="1.0.34 " \
8
8
org.opencontainers.image.vendor="AppThreat" \
9
9
org.opencontainers.image.licenses="Apache-2.0" \
10
10
org.opencontainers.image.title="blint" \
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " blint"
3
- version = " 1.0.33 "
3
+ version = " 1.0.34 "
4
4
description = " Linter for binary files powered by lief"
5
5
authors = [
" Prabhu Subramanian <[email protected] >" ]
6
6
license = " Apache-2.0"
@@ -14,7 +14,7 @@ classifiers = [
14
14
" Intended Audience :: System Administrators" ,
15
15
" Topic :: Utilities" ,
16
16
" Topic :: Security" ,
17
- " Programming Language :: Python :: 3.6 " ,
17
+ " Programming Language :: Python :: 3.7 " ,
18
18
" Programming Language :: Python :: 3.8" ,
19
19
" Programming Language :: Python :: 3.9" ,
20
20
" Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments