mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
bump version number, update readme
This commit is contained in:
parent
c87533acaa
commit
4dad1701d1
2 changed files with 5 additions and 4 deletions
|
@ -20,10 +20,11 @@ Features:
|
|||
|
||||
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 pycrypto
|
||||
* sudo easy_install slowaes
|
||||
|
||||
|
||||
RUN
|
||||
|
|
4
setup.py
4
setup.py
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
#python mysetup.py sdist --format=zip,gztar
|
||||
# python setup.py sdist --format=zip,gztar
|
||||
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
version = "0.27"
|
||||
version = "0.28"
|
||||
|
||||
setup(name = "Electrum",
|
||||
version = version,
|
||||
|
|
Loading…
Add table
Reference in a new issue