Version 0.8.5rc2
This commit is contained in:
parent
2f96946805
commit
8d8e678977
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ prog_name = os.path.basename(sys.argv[0])
|
|||
author = 'Philemon'
|
||||
email = '<mmgen-py@yandex.com>'
|
||||
Cdates = '2013-2016'
|
||||
version = '0.8.5rc1'
|
||||
version = '0.8.5rc2'
|
||||
|
||||
required_opts = [
|
||||
'quiet','verbose','debug','outdir','echo_passphrase','passwd_file',
|
||||
|
|
|
|||
2
setup.py
2
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.8.5rc1',
|
||||
version = '0.8.5rc2',
|
||||
author = 'Philemon',
|
||||
author_email = 'mmgen-py@yandex.com',
|
||||
url = 'https://github.com/mmgen/mmgen',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue