Merge pull request #712 from fanquake/patch-1

Increment version number to 0.4.3
This commit is contained in:
Jonathan Warren 2014-09-04 23:51:16 -04:00
commit 13db5fe00c
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(