diff --git a/README.md b/README.md index 3d41075..56623c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bitcoin Address -### v.0.1.1 +### v.0.1.2 Bitcoin Wallet Address Generator This is a simple Bitcoin wallet address generator coded in Python 3. diff --git a/setup.py b/setup.py index 98d3ffd..ba93bda 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="bitcoinaddress", - version="0.1.1", + version="0.1.2", author="Pedro Fortes", author_email="pedro.daniel.g@gmail.com", description="A simple Bitcoin address generator",