From 20e9699def7a771ce31603092d96a20585e1cfc5 Mon Sep 17 00:00:00 2001 From: Jonathan Creekmore Date: Mon, 25 Oct 2021 13:19:33 -0500 Subject: [PATCH] (cargo-release) version 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec25821..9134ab7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "pem" readme = "README.md" repository = "https://github.com/jcreekmore/pem-rs.git" -version = "1.0.1-alpha.0" +version = "1.0.1" categories = [ "cryptography" ] edition = "2018"