Increment version number to 0.4.3 #712

Merged
fanquake merged 1 commits from patch-1 into master 2014-09-05 05:51:16 +02:00
Showing only changes of commit 6273ec6444 - Show all commits

View File

@ -1,7 +1,7 @@
from setuptools import setup from setuptools import setup
name = "Bitmessage" name = "Bitmessage"
version = "0.4.2" version = "0.4.3"
mainscript = ["bitmessagemain.py"] mainscript = ["bitmessagemain.py"]
setup( setup(