diff --git a/contrib/polynote/Dockerfile b/contrib/polynote/Dockerfile index 1a76f90..36a2039 100644 --- a/contrib/polynote/Dockerfile +++ b/contrib/polynote/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \ org.opencontainers.image.authors="Team AppThreat " \ org.opencontainers.image.source="https://github.com/appthreat/joern-lib" \ org.opencontainers.image.url="https://github.com/appthreat/joern-lib" \ - org.opencontainers.image.version="0.9.1" \ + org.opencontainers.image.version="0.9.2" \ org.opencontainers.image.vendor="AppThreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="polynote" \ diff --git a/pyproject.toml b/pyproject.toml index 84201fc..72ac223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "joern-lib" -version = "0.9.1" +version = "0.9.2" description = "Python library to interact with Joern server" authors = ["Team AppThreat "] license = "Apache-2.0"