Browse Source

Version bump

The MMGen Project 5 years ago
parent
commit
c7d15bcacf
2 changed files with 4 additions and 4 deletions
  1. 2 2
      README.md
  2. 2 2
      mmgen/globalvars.py

+ 2 - 2
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:
 

+ 2 - 2
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'