diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-28 23:33:45 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-28 23:33:45 -0500 |
commit | a7bf2c602b2b186a9924db173a75572d09c1edcd (patch) | |
tree | 13791605bf36c79a62bb96a4d937ef2f2d86024f | |
parent | 138763a9cbf70981f573756a6d0168318271711d (diff) | |
download | yoshi-cli-a7bf2c602b2b186a9924db173a75572d09c1edcd.tar.gz yoshi-cli-a7bf2c602b2b186a9924db173a75572d09c1edcd.tar.bz2 yoshi-cli-a7bf2c602b2b186a9924db173a75572d09c1edcd.zip |
update contact email
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index ad1a4f9..12a4191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "yoshi-cli" -version = "0.1.7" +version = "0.1.8" authors = [ - { name="Christian Cleberg", email="hello@cleberg.net" }, + { name="Christian Cleberg", email="hello@cmc.pub" }, ] description = "A password manager for the command line." readme = "README.md" |