diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 4e3db4e..4fda917 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -94,7 +94,7 @@ At this point you should see `(jmvenv)` at the beginning of your command prompt. git clone https://github.com/Joinmarket-Org/joinmarket-clientserver cd joinmarket-clientserver - git checkout v0.3.2 + git checkout v0.3.3 5b Non-segwit diff --git a/jmbase/setup.py b/jmbase/setup.py index 7db3568..67824b4 100644 --- a/jmbase/setup.py +++ b/jmbase/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup(name='joinmarketbase', - version='0.3.2', + version='0.3.3', description='Joinmarket client library for Bitcoin coinjoins', url='http://github.com/AdamISZ/joinmarket-clientserver/jmbase', author='Adam Gibson', diff --git a/jmbitcoin/setup.py b/jmbitcoin/setup.py index af35a8d..e4a8041 100644 --- a/jmbitcoin/setup.py +++ b/jmbitcoin/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup(name='joinmarketbitcoin', - version='0.3.2', + version='0.3.3', description='Joinmarket client library for Bitcoin coinjoins', url='http://github.com/AdamISZ/joinmarket-clientserver/jmbitcoin', author='Adam Gibson', diff --git a/jmclient/setup.py b/jmclient/setup.py index 904702f..f5bece8 100644 --- a/jmclient/setup.py +++ b/jmclient/setup.py @@ -2,12 +2,12 @@ from setuptools import setup setup(name='joinmarketclient', - version='0.3.2', + version='0.3.3', description='Joinmarket client library for Bitcoin coinjoins', url='http://github.com/AdamISZ/joinmarket-clientserver/jmclient', author='Adam Gibson', author_email='ekaggata@gmail.com', license='GPL', packages=['jmclient'], - install_requires=['joinmarketbase==0.3.2', 'mnemonic', 'qt4reactor'], + install_requires=['joinmarketbase==0.3.3', 'mnemonic', 'qt4reactor'], zip_safe=False) diff --git a/jmdaemon/setup.py b/jmdaemon/setup.py index 1402c1c..7169113 100644 --- a/jmdaemon/setup.py +++ b/jmdaemon/setup.py @@ -2,12 +2,12 @@ from setuptools import setup setup(name='joinmarketdaemon', - version='0.3.2', + version='0.3.3', description='Joinmarket client library for Bitcoin coinjoins', url='http://github.com/AdamISZ/joinmarket-clientserver/jmdaemon', author='Adam Gibson', author_email='ekaggata@gmail.com', license='GPL', packages=['jmdaemon'], - install_requires=['txsocksx', 'pyopenssl', 'libnacl', 'joinmarketbase==0.3.2'], + install_requires=['txsocksx', 'pyopenssl', 'libnacl', 'joinmarketbase==0.3.3'], zip_safe=False) diff --git a/scripts/joinmarket-qt.py b/scripts/joinmarket-qt.py index 3df1bc9..ba90737 100644 --- a/scripts/joinmarket-qt.py +++ b/scripts/joinmarket-qt.py @@ -48,7 +48,7 @@ pyqt4reactor.install() donation_address = "1AZgQZWYRteh6UyF87hwuvyWj73NvWKpL" #Underlying joinmarket code version (as per setup.py etc.) -JM_CORE_VERSION = '0.3.2' +JM_CORE_VERSION = '0.3.3' #Version of this Qt script specifically JM_GUI_VERSION = '7'