aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-07-19 11:51:12 -0400
committerDeterminant <tederminant@gmail.com>2020-07-19 11:51:12 -0400
commitdbd2cce73c81c49e41d66620fa4988c8d23a0f4b (patch)
treebbe8b522a426c8197a7ad19f5b65f016e3c9cf5a
parentac9058c4daaec22837e84651face95c3d1f5fe9f (diff)
bump up versionHEADv0.2.0master
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 69a44bc..5e9b314 100644
--- a/setup.py
+++ b/setup.py
@@ -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='tederminant@gmail.com',