diff --git a/.github/workflows/master-push.yml b/.github/workflows/master-push.yml index 5b35e5e6e..b22ad81cb 100644 --- a/.github/workflows/master-push.yml +++ b/.github/workflows/master-push.yml @@ -98,7 +98,7 @@ jobs: - name: 'Build Docker image' run: | K_VERSION=$(cat deps/k_release) - docker build . --tag ${TAG} --build-arg K_VERSION=${K_VERSION} + docker build . --no-cache --tag ${TAG} --build-arg K_VERSION=${K_VERSION} - name: 'Run Docker image' run: docker run --rm ${TAG} kontrol --help diff --git a/package/version b/package/version index 20f49513e..0e24a92ff 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.11 +0.1.12 diff --git a/pyproject.toml b/pyproject.toml index 8fec9a60a..e193eb6fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.11" +version = "0.1.12" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ",