diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ from setuptools import setup setup(name='ethy.py', - version='0.1', - description='Decryption/verification/generation of Ethereum wallets', + version='0.2', + description='Decryption/verification/generation of Ethereum/BTC wallets', url='http://github.com/Determinant/ethy.py', author='Ted Yin', author_email='[email protected]', |