diff --git a/pyproject.toml b/pyproject.toml index 588bf3c..1e56a31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ Homepage = "https://repos.susurrando.com/adelgado/nc_password_client" [project] name = "nc_password_client" -version = "0.0.3" +version = "0.0.4" description = "Nextcloud Password client" readme = "README.md" authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }] diff --git a/setup.cfg b/setup.cfg index 82e3605..fb3300b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nc_password_client -version = 0.0.3 +version = 0.0.4 [options] packages = nc_password_client