From 843b69343981167710a9895ecbe66d3fad40f9f8 Mon Sep 17 00:00:00 2001 From: Oliver Lambson Date: Sun, 11 Aug 2024 14:41:02 +0100 Subject: [PATCH] chore: update metadata --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de357d9..44b5d1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "fastnanoid" -version = "0.4.0" +version = "0.4.1" dependencies = [ "pyo3", "rand", diff --git a/Cargo.toml b/Cargo.toml index 920773e..aec3612 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastnanoid" -version = "0.4.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pyproject.toml b/pyproject.toml index c7d07e4..c211e30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "A tiny, secure URL-friendly, and fast unique string ID generator readme = "README.md" authors = [ { name = "Oliver Lambson", email = "oliverlambson@gmail.com" }, - { name = "Ochir Erkhembayar" }, + { name = "Ochir Erkhembayar", email = "oliverlambson@gmail.com" }, ] maintainers = [{ name = "Oliver Lambson", email = "oliverlambson@gmail.com" }] license = { file = "LICENSE" }