Increment version number to 0.4.3

This commit is contained in:
Michael Ford 2014-09-05 11:48:59 +08:00
parent 7c5b116a95
commit 6273ec6444
1 changed files with 1 additions and 1 deletions

View File

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