Skip to content

Commit

Permalink
Bump version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimka authored Sep 6, 2023
1 parent 4f36693 commit 9e391d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-slim-bullseye as builder

ARG WHEEL=difflume-0.3.0-py3-none-any.whl
ARG WHEEL=difflume-0.3.1-py3-none-any.whl
ENV VENV=/venv
ENV PATH="$VENV/bin:$PATH"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0"
version = "0.3.1"
license = "MIT"

authors = [
Expand Down

0 comments on commit 9e391d8

Please sign in to comment.