From 8ed8b75308aae79987a8d831aa84961813ddb34c Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Wed, 21 Oct 2020 09:46:49 +0530 Subject: [PATCH] Getting ready for 0.3.0 release --- Cargo.toml | 8 +++++++- docs/conf.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a8226d..0120ce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "johnnycanencrypt" -version = "0.2.0" +version = "0.3.0" authors = ["Kushal Das "] edition = "2018" +description = "Python module for OpenPGP." +documentation = "https://johnnycanencrypt.readthedocs.io/en/latest/index.html" +readme = "README.md" +homepage = "https://johnnycanencrypt.readthedocs.io/en/latest/introduction.html" +repository = "https://github.com/kushaldas/johnnycanencrypt" +license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/docs/conf.py b/docs/conf.py index 95febce..97e55a7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.1.0' +release = '0.3.0' # -- General configuration ---------------------------------------------------