@@ -49,7 +49,7 @@ prog_name = os.path.basename(sys.argv[0])
author = "Philemon"
email = "<mmgen-py@yandex.com>"
Cdates = '2013-2015'
-version = '0.8.1'
+version = '0.8.2'
required_opts = [
"quiet","verbose","debug","outdir","echo_passphrase","passwd_file",
@@ -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.8.1',
+ version = '0.8.2',
author = 'Philemon',
author_email = 'mmgen-py@yandex.com',
url = 'https://github.com/mmgen/mmgen',