Version bump

This commit is contained in:
The MMGen Project 2020-03-01 09:12:21 +00:00
commit c7d15bcacf
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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'