Browse Source

Version 0.8.0

philemon 10 years ago
parent
commit
98ba89ee76
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mmgen/config.py
  2. 1 1
      setup.py

+ 1 - 1
mmgen/config.py

@@ -49,7 +49,7 @@ prog_name = os.path.basename(sys.argv[0])
 author    = "Philemon"
 email     = "<mmgen-py@yandex.com>"
 Cdates    = '2013-2015'
-version   = '0.7.9'
+version   = '0.8.0'
 
 required_opts = [ # list must contain "usr_randchars"
 	"quiet","verbose","debug","outdir","echo_passphrase","passwd_file","usr_randchars"

+ 1 - 1
setup.py

@@ -21,7 +21,7 @@ from distutils.core import setup
 setup(
 		name         = 'mmgen',
 		description   = 'A complete Bitcoin cold-storage solution for the command line',
-		version      = '0.7.9',
+		version      = '0.8.0',
 		author       = 'Philemon',
 		author_email = 'mmgen-py@yandex.com',
 		url          = 'https://github.com/mmgen/mmgen',