Skip to content

Commit c53fb65

Browse files
committed
bump version
Signed-off-by: Caroline Russell <[email protected]>
1 parent c79696f commit c53fb65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \
44
org.opencontainers.image.authors="Team AppThreat <[email protected]>" \
55
org.opencontainers.image.source="https://github.com/AppThreat/blint" \
66
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" \
88
org.opencontainers.image.vendor="AppThreat" \
99
org.opencontainers.image.licenses="Apache-2.0" \
1010
org.opencontainers.image.title="blint" \

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "blint"
3-
version = "1.0.33"
3+
version = "1.0.34"
44
description = "Linter for binary files powered by lief"
55
authors = ["Prabhu Subramanian <[email protected]>"]
66
license = "Apache-2.0"
@@ -14,7 +14,7 @@ classifiers = [
1414
"Intended Audience :: System Administrators",
1515
"Topic :: Utilities",
1616
"Topic :: Security",
17-
"Programming Language :: Python :: 3.6",
17+
"Programming Language :: Python :: 3.7",
1818
"Programming Language :: Python :: 3.8",
1919
"Programming Language :: Python :: 3.9",
2020
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)