diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-04 22:37:20 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-04 22:37:20 -0500 |
commit | 735fe41a6909e29b33eb4081da07dc12a459470f (patch) | |
tree | 0d691af5de479a101fd7cd6dda51b4dd3dd071e0 | |
parent | d5f657283bc7de525661f3a967e5d6fb213763d2 (diff) | |
download | yoshi-cli-735fe41a6909e29b33eb4081da07dc12a459470f.tar.gz yoshi-cli-735fe41a6909e29b33eb4081da07dc12a459470f.tar.bz2 yoshi-cli-735fe41a6909e29b33eb4081da07dc12a459470f.zip |
fix: author email
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 12a4191..b6c0313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "yoshi-cli" -version = "0.1.8" +version = "0.2.0" authors = [ - { name="Christian Cleberg", email="hello@cmc.pub" }, + { name="Christian Cleberg", email="hello@cleberg.net" }, ] description = "A password manager for the command line." readme = "README.md" |