Version bump
This commit is contained in:
parent
6d9a192c54
commit
c7d15bcacf
2 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue