Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 7409d1f

Browse files
docs: update version to 0.1.4 in Dockerfile and pyproject.toml
1 parent d49f356 commit 7409d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.14-alpine
22

33
LABEL maintainer="contato@henriquesebastiao.com"
4-
LABEL version="0.1.3"
4+
LABEL version="0.1.4"
55
LABEL description="CLI client for the Confy encrypted communication system"
66

77
RUN apk update && \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "confy-cli"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "CLI client for the Confy encrypted communication system"
55
authors = [
66
{name = "Henrique Sebastião", email = "contato@henriquesebastiao.com"},

0 commit comments

Comments
 (0)