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

Commit 7718137

Browse files
fix: Update version to 0.1.3 in Dockerfile and pyproject.toml
1 parent 0322abf commit 7718137

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM python:3.14-alpine
22

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

77
RUN apk update && \
88
apk add --no-cache bash && \
9-
pip install --no-cache-dir confy-cli==0.1.2
9+
pip install --no-cache-dir confy-cli
1010

1111
CMD [ "bash" ]

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.2"
3+
version = "0.1.3"
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)