Merge pull request #477 from fanquake/build_osx-version

Correct version number in build_osx.py
This commit is contained in:
Jonathan Warren 2013-09-04 09:59:50 -07:00
commit 99ef546a0a
1 changed files with 1 additions and 1 deletions

View File

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