Browse Source

bump version number, update readme

master
ThomasV 14 years ago
parent
commit
4dad1701d1
  1. 5
      client/README
  2. 4
      setup.py

5
client/README

@ -20,10 +20,11 @@ Features:
INSTALL INSTALL
You need install pygtk, python-ecdsa and pycrypto You will need pygtk to use the gui
If you have installed from git, you will need to install python-ecdsa and slowaes:
* sudo easy_install ecdsa * sudo easy_install ecdsa
* sudo easy_install pycrypto * sudo easy_install slowaes
RUN RUN

4
setup.py

@ -1,11 +1,11 @@
#!/usr/bin/python #!/usr/bin/python
#python mysetup.py sdist --format=zip,gztar # python setup.py sdist --format=zip,gztar
from distutils.core import setup from distutils.core import setup
version = "0.27" version = "0.28"
setup(name = "Electrum", setup(name = "Electrum",
version = version, version = version,

Loading…
Cancel
Save