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

Commit 8b03ae0

Browse files
feat: Update package version to 0.1.7
1 parent 12cd5e0 commit 8b03ae0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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