diff --git a/Dockerfile b/Dockerfile index 33040c3..ad73032 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.11-slim-bullseye as builder -ARG WHEEL=difflume-0.1.0-py3-none-any.whl +ARG WHEEL=difflume-0.1.1-py3-none-any.whl ENV VENV=/venv ENV PATH="$VENV/bin:$PATH" diff --git a/pyproject.toml b/pyproject.toml index b408c14..cefee39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "DiffLume" description = "TUI app for viewing deltas between text files" -version = "0.1.0" +version = "0.1.1" license = "MIT" authors = [