From 7bddeeb1c08fca45669522229a21b10c896939d3 Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Tue, 4 Jun 2024 09:52:11 +0200 Subject: [PATCH] Bump package version to 0.10.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55b35e9a..bca64e39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pwpush" -version = "0.10.1" +version = "0.10.3" description = "Command Line Interface to Password Pusher." readme = "README.md" authors = ["pwpush "]