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

Commit 7bf84a0

Browse files
feat: Update package version to 0.1.9
1 parent 931c896 commit 7bf84a0

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.8"
4+
LABEL version="0.1.9"
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.8"
3+
version = "0.1.9"
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)