diff options
author | Determinant <[email protected]> | 2020-07-19 11:51:12 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-07-19 11:51:12 -0400 |
commit | dbd2cce73c81c49e41d66620fa4988c8d23a0f4b (patch) | |
tree | bbe8b522a426c8197a7ad19f5b65f016e3c9cf5a | |
parent | ac9058c4daaec22837e84651face95c3d1f5fe9f (diff) |
-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]', |