Correct version number in build_osx.py

This commit is contained in:
Michael Ford 2013-09-04 19:31:50 +08:00
parent eff4edb8e8
commit 36af1b528d
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(