Update version for minor release

Change-Id: I0cb53d2efc25a86a44333237390d24a71c4cded0
This commit is contained in:
James E. Blair
2014-08-22 09:32:19 -07:00
parent d2e1e683f1
commit 12592e1010
2 changed files with 3 additions and 3 deletions

View File

@@ -58,9 +58,9 @@ copyright = u'2010, Willow Garage'
# built documents.
#
# The short X.Y version.
version = '0.3.3'
version = '0.3.4'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.3.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='python-jenkins',
version='0.3.3',
version='0.3.4',
description='Python bindings for the remote Jenkins API',
author='Ken Conley',
author_email='kwc@willowgarage.com',