From c7d15bcacf19eddc0dfe60f0ee15dcd7b3a9e170 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Sun, 1 Mar 2020 09:12:21 +0000 Subject: [PATCH] Version bump --- README.md | 4 ++-- mmgen/globalvars.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38efc56a..a3f1179f 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,8 @@ standard. - **Scriptability:** Most MMGen commands can be made non-interactive, allowing you to automate repetitive tasks using shell scripts. Most of the `mmgen-tool` utility’s commands can be piped. -- A convenient [**tool API interface**][ta] that allows you to use MMGen as a - crypto library for your Python project. +- A convenient [**tool API interface**][ta] allows you to use MMGen as a crypto + library for your Python project. #### Supported platforms: diff --git a/mmgen/globalvars.py b/mmgen/globalvars.py index 637fba36..a1988b2c 100755 --- a/mmgen/globalvars.py +++ b/mmgen/globalvars.py @@ -38,8 +38,8 @@ class g(object): # Constants: - version = '0.12.0' - release_date = 'February 2020' + version = '0.12.099' + release_date = 'March 2020' proj_name = 'MMGen' proj_url = 'https://github.com/mmgen/mmgen'