Browse Source

Version 0.12.1

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

+ 2 - 2
mmgen/globalvars.py

@@ -45,8 +45,8 @@ class GlobalContext(Lockable):
 	_use_class_attr = True
 
 	# Constants:
-	version      = '0.12.099'
-	release_date = 'May 2020'
+	version      = '0.12.1'
+	release_date = 'June 2020'
 
 	proj_name = 'MMGen'
 	proj_url  = 'https://github.com/mmgen/mmgen'